diff options
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 4fe9b04..9d9e674 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -16,5 +16,6 @@ (load (expand-file-name "~/.config/emacs/bd-development.el")) (load (expand-file-name "~/.config/emacs/bd-wm.el")) (load (expand-file-name "~/.config/emacs/bd-mode-and-themes.el")) +(load (expand-file-name "~/.config/emacs/bd-shells.el")) (setopt gc-cons-threshold 800000) |