General minor refactor

This commit is contained in:
Henrik Lissner 2017-07-18 22:12:50 +02:00
parent f2d8681ef4
commit e6658b7d8e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 32 additions and 40 deletions

View file

@ -1,6 +1,6 @@
;;; private/hlissner/config.el -*- lexical-binding: t; -*-
(when (featurep 'evil)
(when (featurep! :feature evil)
(load! +bindings) ; my key bindings
(load! +commands)) ; my custom ex commands
@ -41,8 +41,7 @@
(after! yasnippet
(setq yas-snippet-dirs
(append (list '+hlissner-snippets-dir)
(delete 'yas-installed-snippets-dir
yas-snippet-dirs))))
(delq 'yas-installed-snippets-dir yas-snippet-dirs))))
;; app/irc