From a9ca10f1a7aa8fb9b4843fe08ff0b6e3ed3a2016 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 2 Aug 2020 19:00:25 -0300 Subject: Added my own commands and autofill to doom emacs --- .doom.d/config.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.doom.d/config.el') 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) -- cgit v1.2.3