Add doom changes
This commit is contained in:
parent
61eeb6a25a
commit
543f3603ef
2 changed files with 20 additions and 2 deletions
|
|
@ -1,3 +1,21 @@
|
|||
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Place your private configuration here
|
||||
(require 'dap-go)
|
||||
|
||||
(setq doom-leader-key ",")
|
||||
(setq doom-leader-alt-key "M-,")
|
||||
(setq doom-localleader-key ", m")
|
||||
(setq doom-localleader-alt-key "M-, m")
|
||||
(setq org-todo-keywords '((sequence "SWEEP(s)" "TODO(t)" "|" "DONE(d)")
|
||||
(sequence "[ ](T)" "[-](p)" "[?](m)" "|" "[X](D)")
|
||||
(sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)")))
|
||||
|
||||
(map! :n "SPC" #'evil-ex
|
||||
:gin "C-u" #'universal-argument
|
||||
:n "C-h" #'evil-window-left
|
||||
:n "C-j" #'evil-window-down
|
||||
:n "C-k" #'evil-window-up
|
||||
:n "C-l" #'evil-window-right
|
||||
:n "-" #'flycheck-next-error
|
||||
:n "_" #'flycheck-previous-error)
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
+icons ; colorful icons for dired-mode
|
||||
)
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
;;eshell ; a consistent, cross-platform shell (WIP)
|
||||
eshell ; a consistent, cross-platform shell (WIP)
|
||||
imenu ; an imenu sidebar and searchable code index
|
||||
term ; terminals in Emacs
|
||||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
;;julia ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
;;latex ; writing papers in Emacs has never been so fun
|
||||
;;ledger ; an accounting system in Emacs
|
||||
ledger ; an accounting system in Emacs
|
||||
;;lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
;;nim ; python + lisp at the speed of c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue