Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-15 | clean up things & go to parent in file name completion | JSDurand | |
* basic.el (durand-delete-goto-parent-dir) (minibuffer-local-filename-completion-map): The DEL key goes to the parent directory when the cursor is before a forward slash representing a directory name. This is bound in the keymap that is only used when completing file names. * flymake-conf.el (flymake-mode-map): Bind keys to the s-m prefix. Also clean up the file. * init.el (eshell): Start tracking time immediately. (global-map, prepare-flymake): Prepare loading flymake by a keybinding. | |||
2021-01-14 | A temporary bug fix | JSDurand | |
There are more bugs unfortunately. |