From 0ec87038d597a2a6f86e306c1070191858ff0f87 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 2 Dec 2022 15:12:07 +0100 Subject: [PATCH] Emacs stuff --- doomemacs/.doom.d/config.el | 6 +++--- doomemacs/.doom.d/init.el | 8 ++++---- xmonad/.xmonad/bin/autostart.sh | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doomemacs/.doom.d/config.el b/doomemacs/.doom.d/config.el index a2434ad..1575fa5 100644 --- a/doomemacs/.doom.d/config.el +++ b/doomemacs/.doom.d/config.el @@ -22,7 +22,7 @@ ;; accept. For example: ;; -(setq doom-font (font-spec :family "Fira Code" :size 14)) +(setq doom-font (font-spec :family "Fira Code" :size 16)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to @@ -76,5 +76,5 @@ ;; they are implemented. ;; Indentation -(setq-default tab-width 4) -(setq-default indent-tabs-mode t) +;; (setq-default tab-width 4) +;; (setq-default indent-tabs-mode t) diff --git a/doomemacs/.doom.d/init.el b/doomemacs/.doom.d/init.el index ba623bc..77228a2 100644 --- a/doomemacs/.doom.d/init.el +++ b/doomemacs/.doom.d/init.el @@ -82,7 +82,7 @@ :checkers syntax ; tasing you for every semicolon you forget (spell +flyspell) ; tasing you for misspelling mispelling - ;;grammar ; tasing grammar mistake every you make + grammar ; tasing grammar mistake every you make :tools ;;ansible @@ -90,16 +90,16 @@ ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv ;;docker - ;;editorconfig ; let someone else argue about tabs vs spaces + editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation lsp ; M-x vscode magit ; a git porcelain for Emacs - ;;make ; run make tasks from Emacs + make ; run make tasks from Emacs ;;pass ; password manager for nerds - ;;pdf ; pdf enhancements + pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects diff --git a/xmonad/.xmonad/bin/autostart.sh b/xmonad/.xmonad/bin/autostart.sh index 61bdf2b..e97353f 100755 --- a/xmonad/.xmonad/bin/autostart.sh +++ b/xmonad/.xmonad/bin/autostart.sh @@ -28,3 +28,5 @@ $HOME/.config/polybar/launch & eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK +# Emacs daemon +emacs --daemon &