1 Things in development in this separate file, because
2 we recompile / reparse my-init.org whenever it changes,
3 and since it's pretty big, it's a bit annoying.
5 We need at least one of these, even a blank one to avoid error on startup.
8 (add-hook 'text-mode-hook (lambda () (auto-fill-mode t)))
10 (setq counsel-find-file-at-point t)
16 (global-set-key (kbd "M-3") 'my-as-off)
22 #+begin_src emacs-lisp
24 ;; easier to read with just spaces as separator
25 (setf (nth 2 ido-decorations) " ")
26 ;; note, at one point I liked this, but I don't now.
27 ;;(setq ido-max-prospects 20)
29 ;; using counsel/ivy instead
31 ;; sets read-file-name-function, and read-buffer-function to ido.
32 ;; searching through the emacs source code, it seems this is used
33 ;; very few if any places.