added function to kill all org buffers
This commit is contained in:
parent
c08ae8f222
commit
68934c5562
5
conf.org
5
conf.org
|
@ -349,6 +349,11 @@ desktop file exec directive."
|
|||
(interactive)
|
||||
(mapc 'kill-buffer (buffer-list)))
|
||||
|
||||
(defun nd/org-close-all-buffers ()
|
||||
"Kill all org buffers."
|
||||
(interactive)
|
||||
(mapc 'kill-buffer (org-buffer-list)))
|
||||
|
||||
(defun nd/open-urxvt ()
|
||||
"Launch urxvt in the current directory."
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in New Issue