diff options
author | Laura Aino Violetta Aléanor <lav@vampires.gay> | 2023-04-30 11:29:15 +0200 |
---|---|---|
committer | Laura Aino Violetta Aléanor <lav@vampires.gay> | 2023-04-30 23:16:13 +0200 |
commit | 09cd3216dceabb1830f56725a0dd476aa3834da6 (patch) | |
tree | 99fbb272685a0c080be8ed446c45dbd092ddf75c | |
parent | d83a7acb7831623bd54cb33ef4e485940a74df4f (diff) | |
download | dotfiles-09cd3216dceabb1830f56725a0dd476aa3834da6.tar.gz dotfiles-09cd3216dceabb1830f56725a0dd476aa3834da6.zip |
update init.el, zshrc
-rw-r--r-- | .config/emacs/init.el | 8 | ||||
-rw-r--r-- | .config/zsh/zshrc | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 48f3119..c02b643 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -20,9 +20,7 @@ '(mediawiki-site-alist '(("Wikipedia" "https://en.wikipedia.org/w/" "Maddy from Celeste" "" nil "Main Page"))) '(package-selected-packages - '(use-package elfeed-org elfeed mediawiki auctex eimp eglot ada-mode wisi portage-navi rust-mode csv-mode haskell-mode catppuccin-theme)) - '(tab-bar-mode t) - '(tool-bar-mode nil)) + '(use-package elfeed-org elfeed mediawiki auctex eimp eglot ada-mode wisi portage-navi rust-mode csv-mode haskell-mode catppuccin-theme))) (load-theme 'catppuccin t) (custom-set-faces @@ -33,7 +31,11 @@ '(default ((t (:family "Inconsolata" :foundry "PfEd" :slant normal :weight normal :height 113 :width normal))))) (add-to-list 'load-path "/usr/share/emacs/site-lisp/tex-utils") + +;; GUI nuisances (menu-bar-mode -1) +(tab-bar-mode -1) +(tool-bar-mode -1) ;; elfeed (require 'elfeed-org) diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 06d883a..c4e713f 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -131,7 +131,7 @@ export PYTHONSTARTUP="/etc/python/pythonrc" export KITTY_ENABLE_WAYLAND=1 export PATH=$PATH:/home/lav/bin:/home/lav/.local/bin export XCURSOR_THEME=Adwaita -source src/shell-mommy/shell-mommy.zsh +source ~/src/shell-mommy/shell-mommy.zsh export EDITOR=/usr/bin/emacsclient export EMAIL=lav@vampires.gay export GPG_TTY=$(tty) |