[Emacs] Add shortcut for publishing my blog
This commit is contained in:
parent
ff12dbe2c9
commit
dd60197fec
@ -2745,6 +2745,11 @@ Now, onto some shortcuts related to org-mode. Let’s first declare the category
|
|||||||
(spacemacs/declare-prefix-for-mode 'org-mode "moT" "tables")
|
(spacemacs/declare-prefix-for-mode 'org-mode "moT" "tables")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(spacemacs/set-leader-keys-for-major-mode 'org-mode "ob" 'phundrak/blog-publish)
|
||||||
|
(spacemacs/declare-prefix-for-mode 'org-mode "ob" "blog")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
Now, I have a couple of shortcuts I use regularly:
|
Now, I have a couple of shortcuts I use regularly:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(spacemacs/set-leader-keys-for-major-mode 'org-mode
|
(spacemacs/set-leader-keys-for-major-mode 'org-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user