removing some things
This commit is contained in:
parent
8bace887a2
commit
a4a20dae7e
16348 changed files with 13 additions and 267481 deletions
21
init.el
21
init.el
|
@ -249,8 +249,7 @@
|
|||
"wh" '(evil-window-left :which-key "left window")
|
||||
"wl" '(evil-window-right :which-key "right window")
|
||||
";" '(execute-extended-command :which-key "execute command")
|
||||
":" '(eval-expression :which-key "evaluate expression")
|
||||
)
|
||||
":" '(eval-expression :which-key "evaluate expression"))
|
||||
(general-def 'minibuffer-local-map
|
||||
"C-v" 'evil-paste-after)
|
||||
(general-def 'normal
|
||||
|
@ -421,6 +420,7 @@ vertically."
|
|||
(yas-global-mode 1))
|
||||
|
||||
(use-package projectile
|
||||
:defer t
|
||||
:general
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
|
@ -504,12 +504,10 @@ vertically."
|
|||
(setq format-all-formatters '("Emacs Lisp" emacs-lisp))
|
||||
:defer 1)
|
||||
|
||||
<<<<<<< HEAD
|
||||
(defvar read-symbol-positions-list nil)
|
||||
(add-hook 'comint-mode-hook 'ansi-color-for-comint-mode-on)
|
||||
=======
|
||||
|
||||
(add-hook 'c++-mode-hook 'lsp)
|
||||
>>>>>>> bc54f870 (fixing a bunch of broken stuff I think)
|
||||
|
||||
(use-package lua-mode
|
||||
:mode ("\\.lua\\'" . lua-mode))
|
||||
|
@ -1777,16 +1775,3 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
gcmh-verbose nil))
|
||||
|
||||
(setq warning-suppress-types '((comp)))
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(safe-local-variable-values
|
||||
'((eval org-odt-styles-file "/home/chris/org/tfcexpenses2020.odt"))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue