Ahmad Elghafari

Results 3 comments of Ahmad Elghafari

I appreciate Alchemist's feature: `Documentation lookup`.

`(setq plantuml-jar-path (concat (expand-file-name user-emacs-directory) "plantuml.jar"))` assuming `user-emacs-directory`'s value is `~/.emacs.d/`

This is a solution: ``` (add-hook 'before-save-hook (lambda() (elisp-format-buffer) (whitespace-cleanup)) t t) ```