diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-07-20 17:20:50 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-07-20 17:20:50 -0300 |
commit | 6ca2c0a3f7ba7b394413430d108ac61c2498e738 (patch) | |
tree | fde2b01141a8d358dbdc4b85d354f87ffe317586 /.emacs | |
parent | 1ec06821b20b17cddae14dfac878b13ac6462b36 (diff) |
centaur tabs in emacs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ (load-file "~/.emacs.local.d/modes/anzu.el") (load-file "~/.emacs.local.d/modes/auto-fill.el") +(load-file "~/.emacs.local.d/modes/centaur-tabs.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") |