Replace language lambdas with separate functions

This commit is contained in:
Maciej Szlosarczyk 2017-04-23 22:37:22 +03:00
parent 63475697d5
commit 83569bf5f9
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
9 changed files with 110 additions and 57 deletions

1
emacs
View file

@ -65,6 +65,7 @@
; load custom config files
(load "~/.emacs.d/packages.el")
(load "~/.emacs.d/functions.el")
(load "~/.emacs.d/behaviour.el")
(load "~/.emacs.d/themes.el")
(load "~/.emacs.d/key-bindings.el")