diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-08-02 22:48:39 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-08-02 22:48:39 -0700 |
commit | 0ce0bf890ae532f5aee46d158a28b85d03a6366a (patch) | |
tree | 7d5479487e2117dbcc36fbb89409d5516207dbc9 /.emacs.d/rul-init.d/sml.el | |
parent | 99f94753f336013d46c6f391e73ac94455c7e88c (diff) |
emacs: drop unused files
Diffstat (limited to '.emacs.d/rul-init.d/sml.el')
-rw-r--r-- | .emacs.d/rul-init.d/sml.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/rul-init.d/sml.el b/.emacs.d/rul-init.d/sml.el deleted file mode 100644 index 247d9b2..0000000 --- a/.emacs.d/rul-init.d/sml.el +++ /dev/null @@ -1,7 +0,0 @@ -;; Debian packages: elpa-smart-mode-line elpa-smart-mode-line-powerline-theme - -(use-package smart-mode-line - :ensure t - :config - (setq sml/theme 'respectful) - (sml/setup)) |