Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个我想要的宏C+',并且 org-mode 将它重新映射到org-cycle-agenda-files任何.org缓冲区,有什么想法可以防止这种情况发生吗?
C+'
org-cycle-agenda-files
.org
我曾经有 :
(defun org-mode-is-intrusive () ;; Make something work in org-mode: ;; (local-unset-key (kbd "something I use")) (local-unset-key (kbd "C-'")) ) (add-hook 'org-mode-hook 'org-mode-is-intrusive)
在我.emacs处理这样的烦恼。
.emacs