Added my own commands and autofill to doom emacs
This commit is contained in:
parent
33e6b9dc21
commit
a9ca10f1a7
@ -1,6 +1,6 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=1739
|
posx=1888
|
||||||
posy=144
|
posy=108
|
||||||
sizex=1895
|
sizex=1895
|
||||||
sizey=2016
|
sizey=2016
|
||||||
|
|
||||||
|
@ -208,5 +208,11 @@
|
|||||||
(map! :leader
|
(map! :leader
|
||||||
(:prefix-map ("a" . "applications")
|
(:prefix-map ("a" . "applications")
|
||||||
;; ispell
|
;; ispell
|
||||||
:desc "ispell" "i" #'ispell
|
:desc "Open eshell" "e" #'eshell
|
||||||
:desc "http_status" "h" #'helm-httpstatus))
|
: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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user