reformatting things
This commit is contained in:
parent
e269e493d2
commit
b0829f88ad
|
@ -170,6 +170,7 @@ This evil-collection package includes a lot of other evil based things.
|
|||
"s" '(:ignore t :which-key "search")
|
||||
"o" '(:ignore t :which-key "open")
|
||||
"bs" '(consult-buffer :which-key "buffer search")
|
||||
"bd" '(kill-this-buffer :which-key "kill buffer")
|
||||
"tt" '(consult-theme :which-key "choose theme")
|
||||
"ff" '(find-file :which-key "find file")
|
||||
"fs" '(save-buffer :which-key "save")
|
||||
|
@ -335,7 +336,6 @@ Need to setup auto tangle yes
|
|||
(org-babel-tangle))))
|
||||
|
||||
(add-hook 'org-mode-hook (lambda () (add-hook 'after-save-hook #'chris/org-babel-tangle-config))))
|
||||
|
||||
#+end_src
|
||||
** Magit
|
||||
Use magit, because why wouldn't you? duh!
|
||||
|
|
Loading…
Reference in a new issue