lightmode
Elias Almqvist 2 years ago committed by E. Almqvist
parent 48e4d0ddfc
commit 81609e8496
  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: ;; 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 ;; 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 ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
@ -76,5 +76,5 @@
;; they are implemented. ;; they are implemented.
;; Indentation ;; Indentation
(setq-default tab-width 4) ;; (setq-default tab-width 4)
(setq-default indent-tabs-mode t) ;; (setq-default indent-tabs-mode t)

@ -82,7 +82,7 @@
:checkers :checkers
syntax ; tasing you for every semicolon you forget syntax ; tasing you for every semicolon you forget
(spell +flyspell) ; tasing you for misspelling mispelling (spell +flyspell) ; tasing you for misspelling mispelling
;;grammar ; tasing grammar mistake every you make grammar ; tasing grammar mistake every you make
:tools :tools
;;ansible ;;ansible
@ -90,16 +90,16 @@
;;debugger ; FIXME stepping through code, to help you add bugs ;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv ;;direnv
;;docker ;;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 ;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists ;;gist ; interacting with github gists
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
lsp ; M-x vscode lsp ; M-x vscode
magit ; a git porcelain for Emacs magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs make ; run make tasks from Emacs
;;pass ; password manager for nerds ;;pass ; password manager for nerds
;;pdf ; pdf enhancements pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders ;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings ;;rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects ;;taskrunner ; taskrunner for all your projects

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

Loading…
Cancel
Save