summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Aino Violetta Aléanor <lav@vampires.gay>2023-04-30 11:29:15 +0200
committerLaura Aino Violetta Aléanor <lav@vampires.gay>2023-04-30 23:16:13 +0200
commit09cd3216dceabb1830f56725a0dd476aa3834da6 (patch)
tree99fbb272685a0c080be8ed446c45dbd092ddf75c
parentd83a7acb7831623bd54cb33ef4e485940a74df4f (diff)
downloaddotfiles-09cd3216dceabb1830f56725a0dd476aa3834da6.tar.gz
dotfiles-09cd3216dceabb1830f56725a0dd476aa3834da6.zip
update init.el, zshrc
-rw-r--r--.config/emacs/init.el8
-rw-r--r--.config/zsh/zshrc2
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)