From 284c8327c95bb0c71b111ebf95723a35a478295c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 23 Jun 2019 11:43:30 -0700 Subject: Add emacs config --- .emacs.local.d/modes/themes.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .emacs.local.d/modes/themes.el (limited to '.emacs.local.d/modes/themes.el') diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el new file mode 100644 index 0000000..c6e9bc2 --- /dev/null +++ b/.emacs.local.d/modes/themes.el @@ -0,0 +1,6 @@ +;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme +;; Elpa packages: atom-one-dark + +(load-theme 'clues t) + + -- cgit v1.2.3