Age | Commit message (Collapse) | Author |
|
|
|
6cbfae7 broke this function when the test file doesn't exist. I'm not
sure why I used `with-current-buffer' in the first place, considering
the desired action is to switch to the file in another window.
|
|
I keep using the wrong one, so I must think it makes more sense this
way.
|
|
Instead of raising an error if the file exist, just open file in other
buffer.
|
|
|
|
`require-package' is from
https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
|
|
User init files are added using provide/require.
https://github.com/purcell/emacs.d
|