From 306d7057ad7d0b243bd7e91d3d53a84fead32b6b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Sep 2022 14:30:59 -0700 Subject: update config --- emacs/.config/doom/config.el | 2 +- emacs/.config/doom/init.el | 4 ++-- emacs/.config/doom/packages.el | 2 +- 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))) -- cgit v1.2.3