org - add key for org-set-tags, save tag history

This commit is contained in:
Kashish Sharma 2016-09-28 19:23:22 +05:30
parent bbcfbcf52f
commit 9bd68aaa09
1 changed files with 3 additions and 1 deletions

View File

@ -249,7 +249,8 @@
;; (,(kbd "C-m") org-return-indent)
(,(kbd "C-c C-9") org-mark-ring-goto)
(,(kbd "C-c C-/") org-sparse-tree)
(,(kbd "M-w") cp-copy-line-or-link)))
(,(kbd "M-w") cp-copy-line-or-link)
(,(kbd "C-c C-]") org-set-tags)))
;; (defun cp-org-expand-all ()
;; (interactive)
@ -363,6 +364,7 @@ before link or with a prefix arg, call
(add-to-list 'desktop-globals-to-save 'regexp-history)
(add-to-list 'desktop-globals-to-save 'dired-shell-command-history)
(add-to-list 'desktop-globals-to-save 'shell-command-history)
(add-to-list 'desktop-globals-to-save 'org-tags-history)
(desktop-auto-save-enable)