diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:45:28 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:45:28 -0700 |
commit | 489b7faa93260ebc33fc37650024a76d34ab1850 (patch) | |
tree | 95aea92610d255b0c5e18931ff20fbcb404a1377 | |
parent | 9eefd1e05e635299f9f6ad136113d68c40522a5a (diff) |
emacs: disable dashboard and sml
-rw-r--r-- | .emacs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ ;; Modes (load-file "~/.emacs.local.d/modes/auto-fill.el") (load-file "~/.emacs.local.d/modes/company.el") -(load-file "~/.emacs.local.d/modes/dashboard.el") (load-file "~/.emacs.local.d/modes/doom-modeline.el") (load-file "~/.emacs.local.d/modes/flyspell.el") (load-file "~/.emacs.local.d/modes/go-lang.el") @@ -22,7 +21,6 @@ (load-file "~/.emacs.local.d/modes/org-roam.el") (load-file "~/.emacs.local.d/modes/projectile.el") (load-file "~/.emacs.local.d/modes/python.el") -(load-file "~/.emacs.local.d/modes/sml.el") (load-file "~/.emacs.local.d/modes/tabbar.el") (load-file "~/.emacs.local.d/modes/writeroom.el") |