refactor(config): Tidy Emacs config across modules
This commit is contained in:
@@ -188,6 +188,11 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
|
||||
(interactive)
|
||||
(load-file (expand-file-name "~/.emacs.d/lisp/fix-theme-colors.el")))
|
||||
|
||||
(defun my-note-push ()
|
||||
"Git add/commit/push notes in `~/org/my-org-note/', generate commit message."
|
||||
(interactive)
|
||||
(my-blog-publish "~/org/my-org-note/"))
|
||||
|
||||
(when *is-linux*
|
||||
(defun reboot ()
|
||||
"Execute loginctl reboot command."
|
||||
|
||||
Reference in New Issue
Block a user