YourFin / .emacs.d

My truly evil emacs configuration
GNU General Public License v3.0
0 stars 0 forks source link

yf-edit-major-mode-hook when buffer open #1

Open YourFin opened 6 years ago

YourFin commented 6 years ago

If the major-mode-hooks.el file is open in a buffer

(-some (lambda (acting-buffer)
              (if (string-equal hook-file-parent-dir
                    (buffer-file-name acting-buffer))
              acting-buffer))
            (buffer-list))

does not work as intended to prevent the with-open-buffer part from writing to the current file.

YourFin commented 6 years ago

Should be irrelevant after #35