summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-28 14:30:59 -0700
committerKjetil Orbekk <kj@orbekk.com>2022-09-28 14:30:59 -0700
commit306d7057ad7d0b243bd7e91d3d53a84fead32b6b (patch)
tree1dabb3adeaa4189e8b6924fb89c1ab0e9ff49497
parent9a6135166ff591304c8700662033a858e7b440f7 (diff)
update config
-rw-r--r--emacs/.config/doom/config.el2
-rw-r--r--emacs/.config/doom/init.el4
-rw-r--r--emacs/.config/doom/packages.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el
index 34e66b5..25a762a 100644
--- a/emacs/.config/doom/config.el
+++ b/emacs/.config/doom/config.el
@@ -360,6 +360,6 @@
(evil-embrace-enable-evil-surround-integration)
(setq evil-embrace-show-help-p t))
-(let ((local-config "~/.doom.d/config.local.el"))
+(let ((local-config "~/.config/doom/config.local.el"))
(when (file-exists-p local-config)
(load-file local-config)))
diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el
index 7d37eae..ff2768b 100644
--- a/emacs/.config/doom/init.el
+++ b/emacs/.config/doom/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).
-(let ((local-config "~/.doom.d/init.local.el"))
+(let ((local-config "~/.config/doom/init.local.el"))
(when (file-exists-p local-config)
(load-file local-config)))
@@ -124,7 +124,7 @@
;;elm ; care for a cup of TEA?
emacs-lisp ; drown in parentheses
;;erlang ; an elegant language for a more civilized age
- (ess +lsp) ; emacs speaks statistics
+ ;;(ess +lsp) ; emacs speaks statistics
;;faust ; dsp, but you get to keep your soul
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el
index eb942d3..136308b 100644
--- a/emacs/.config/doom/packages.el
+++ b/emacs/.config/doom/packages.el
@@ -54,6 +54,6 @@
; (package! org-appear)
; (package! org-super-agenda)
-(let ((local-config "~/.doom.d/packages.local.el"))
+(let ((local-config "~/.config/doom/packages.local.el"))
(when (file-exists-p local-config)
(load-file local-config)))