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