General cleanup + refactor; revise docstrings
This commit is contained in:
parent
baad7953bf
commit
d62f446dc3
4 changed files with 19 additions and 16 deletions
|
@ -1,5 +1,8 @@
|
|||
;;; private/hlissner/autoload/hlissner.el
|
||||
|
||||
(defvar +file-templates-dir)
|
||||
(defvar +hlissner-snippets-dir)
|
||||
|
||||
;;;###autoload
|
||||
(defun +hlissner/install-snippets ()
|
||||
"Install my snippets from https://github.com/hlissner/emacs-snippets into
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
(load! +commands)) ; my custom ex commands
|
||||
|
||||
(defvar +hlissner-dir
|
||||
(eval-when-compile (file-name-directory load-file-name)))
|
||||
(file-name-directory load-file-name))
|
||||
|
||||
(defvar +hlissner-snippets-dir
|
||||
(expand-file-name "snippets/" +hlissner-dir))
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
(setq user-mail-address "henrik@lissner.net"
|
||||
user-full-name "Henrik Lissner")
|
||||
|
||||
(pcase system-name
|
||||
(pcase (system-name)
|
||||
("proteus"
|
||||
(setq +doom-modeline-height 25
|
||||
+doom-font (font-spec :family "Fira Mono" :size 10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue