Emacs stuff

laptop
Elias Almqvist 2 years ago
parent 5606d166fe
commit 0ec87038d5
  1. 6
      doomemacs/.doom.d/config.el
  2. 8
      doomemacs/.doom.d/init.el
  3. 2
      xmonad/.xmonad/bin/autostart.sh

@ -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)

@ -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

@ -28,3 +28,5 @@ $HOME/.config/polybar/launch &
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
# Emacs daemon
emacs --daemon &

Loading…
Cancel
Save