First commit.
This commit is contained in:
9
lisp/init-ux.el
Normal file
9
lisp/init-ux.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; init-ux.el --- initializes user experience -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(load-all-files-from-dir (path-join *user-emacs-lisp-directory* "ux"))
|
||||
|
||||
|
||||
(provide 'init-ux)
|
||||
;;; init-ux.el ends here
|
Reference in New Issue
Block a user