aquamacs
Aquamacs initialization for CIDER
I've tried putting the following in my Preferences.el file: (add-hook 'clojure-mode-hook 'paredit-mode) (add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) (setq cider-prompt-save-file-on-load nil) Unfortunately, this has no effect. Is there something more I need to do to get these to take effect?
Adding the following at the top should do the trick: (add-hook 'clojure-mode-hook 'cider-mode) cider-mode does not load by default for clojure-mode files.
Related Links
how do i set up aquamacs to boot python3.5 instead of the default 2.7?
auctex master loads whole master?
Aquamacs initialization for CIDER
Aquamacs error code 139
SHIFT text selection breaks when scrolling up/down
How to disable tab bar in aquamacs
Aquamacs Highlighting when Selecting Text
Installing Magit in Aquamacs