summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-18 12:19:51 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-18 12:19:51 -0500
commit5fb7dc9115b39c308400bff8e29d2e89aabea232 (patch)
tree19748b20f62b8652a7d54afdac3d602be571a0ed
parent198061f3f47b4ef00b3c99c2643585851d349a22 (diff)
Update doom config
-rw-r--r--emacs/.doom.d/config.el2
-rw-r--r--emacs/.doom.d/init.el9
-rw-r--r--emacs/.doom.d/packages.el2
3 files changed, 7 insertions, 6 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 78be1df..af08fac 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -157,4 +157,4 @@
(add-to-list 'auto-mode-alist '("\\.journal\\'" . ledger-mode))
-(load "~/.doom.d/config.local.el" t)
+(load-file "~/.doom.d/config.local.el")
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el
index a7ca077..6b76083 100644
--- a/emacs/.doom.d/init.el
+++ b/emacs/.doom.d/init.el
@@ -13,7 +13,7 @@
;;
;; Alternatively, press 'gd' (or 'C-c g d') on a module to browse its
;; directory (for easy access to its source code).
-(load "~/.doom.d/init.local.el" t)
+(load-file "~/.doom.d/init.local.el")
(doom! :input
;;chinese
@@ -54,7 +54,8 @@
(evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding
- (format +onsave) ; automated prettiness
+ format
+ ;; (format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once
@@ -107,7 +108,7 @@
:lang
;;agda ; types of types of types of types...
- cc ; C/C++/Obj-C madness
+ ;;cc ; C/C++/Obj-C madness
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
@@ -152,7 +153,7 @@
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
- rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
+ ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
;;scheme ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor
diff --git a/emacs/.doom.d/packages.el b/emacs/.doom.d/packages.el
index c746783..95c7e51 100644
--- a/emacs/.doom.d/packages.el
+++ b/emacs/.doom.d/packages.el
@@ -48,4 +48,4 @@
;; (package! hledger-mode)
-(load "~/.doom.d/packages.local.el" t)
+(load-file "~/.doom.d/packages.local.el")