add keybindings and optional work specific code
This commit is contained in:
6
utils.el
6
utils.el
@@ -13,3 +13,9 @@
|
||||
|
||||
(defun hgh/set-box-cursor(&rest args)
|
||||
(setq-local cursor-type 'box))
|
||||
|
||||
(defun hgh/update-projects ()
|
||||
(interactive)
|
||||
(let ((projects-root (concat (getenv "HOME") "/programming/projects/")))
|
||||
(dolist (dir (directory-files projects-root t "^[^.]"))
|
||||
(project-current t dir))))
|
||||
|
||||
Reference in New Issue
Block a user