diff --git a/.config/nitrogen/nitrogen.cfg b/.config/nitrogen/nitrogen.cfg index bf249d80..4d284f89 100644 --- a/.config/nitrogen/nitrogen.cfg +++ b/.config/nitrogen/nitrogen.cfg @@ -1,6 +1,6 @@ [geometry] -posx=1739 -posy=144 +posx=1888 +posy=108 sizex=1895 sizey=2016 diff --git a/.doom.d/config.el b/.doom.d/config.el index f5dfa497..c29567b1 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -208,5 +208,11 @@ (map! :leader (:prefix-map ("a" . "applications") ;; ispell - :desc "ispell" "i" #'ispell - :desc "http_status" "h" #'helm-httpstatus)) + :desc "Open eshell" "e" #'eshell + :desc "HTTP Status cheatsheet" "h" #'helm-httpstatus + :desc "Run ispell" "i" #'ispell + )) + +;; Autofill mode +(add-hook 'text-mode-hook 'auto-fill-mode) +(setq-default fill-column 80)