aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:09:51 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:09:51 +0100
commit47862ee53395f2264daf760562f14c2d0a2cea0c (patch)
tree535c2dd11e2349ae2cdb1444896d8156ad0c4792
parentaf1e97bb283974354d1d6418f9f9eb3600684d7e (diff)
downloaddotfiles-47862ee53395f2264daf760562f14c2d0a2cea0c.tar.gz
dotfiles-47862ee53395f2264daf760562f14c2d0a2cea0c.zip
Adding treemacs
-rw-r--r--emacs/loader.org14
1 files changed, 10 insertions, 4 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 640bac2..31faffd 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -308,6 +308,12 @@ Used to display what every key combination does when starting to enter it.
(use-package all-the-icons)
#+END_SRC
+**** Treemacs
+#+BEGIN_SRC emacs-lisp
+ (use-package treemacs
+ :commands treemacs)
+#+END_SRC
+
*** Editing
**** Hungry Delete
#+BEGIN_SRC emacs-lisp
@@ -755,10 +761,10 @@ Enabling global flycheck support.
(fsharp-eval-region (point-min) (point-max)))
(defun y/exit-emacs-client ()
- "consistent exit emacsclient.
- if not in emacs client, echo a message in minibuffer, don't exit
- emacs. if in server mode and editing file, do C-x # server-edit
- else do C-x 5 0 delete-frame"
+ "consistent exit emacsclient. If not in emacs client, echo a
+ message in minibuffer, don't exit emacs. If in server mode and
+ editing file, do C-x # server-edit else do C-x 5 0
+ delete-frame"
(interactive)
(if server-buffer-clients
(server-edit)