20 Commits (master)

Author SHA1 Message Date
John Turner 503d0b38b0
lisp/packages: add flycheck-nasm to package list 3 months ago
John Turner 7ff7d65700
lisp/flycheck-nasm: create flycheck checker for NASM 3 months ago
John Turner 13d49b4920
create library fmt 7 months ago
John Turner 46141609ac
fix whitespace insertion 7 months ago
John Turner 86d3b6d1b4
use user-full-name as default value for license-boilerplate-copyright-author 7 months ago
John Turner e6dcfd0f20
remove clang-format library 7 months ago
John Turner 09fe051765
create lisp library clang-format 8 months ago
John Turner 4f2985ce02
set license-boilerplate-copyright-author variable 8 months ago
John Turner 086b24b850
add functions to toggle remote local variables 8 months ago
John Turner a3865b53ad
fixup 8 months ago
John Turner 75bd684383
create library "best-side-window" 8 months ago
John Turner 9ca94c1fc4
typo in load-path variable in toggle-local-vars use-package expr 10 months ago
John Turner 4058ea89d9
converted init code to use use-package 10 months ago
John Turner 29494b002d
create library for reloading libraries while working 11 months ago
John Turner fc8686d3c8
created toggle-local-vars lisp script 1 year ago
John Turner 55c287da2c
created some small functions to insert license headers into buffers 1 year ago
John Turner 0feb33b83c
renamed man-wrapper to man-completion 2 years ago
John Turner 04f350f889
removed backup-before-save 2 years ago
John Turner fa40958eae
restored man wrapper functions into the new lisp directory 2 years ago
John Turner c284f5b2c4
moved non-config functions into a new lisp directory
We will now put non-config related functions (any elisp libraries or
snippets that I write) into a new ".emacs.d/lisp" directory and separate them from
the config code in the ".emacs.d/config" directory.

During the transition I decided to move and rewrite the logic that
adds all of the libraries to load-path. Now this logic is in two top
level files (load-config.el load-local-lisp.el). I needed to remove
the config-programming-languages module because it conflicted with the
new load-path logic (it was mostly useless anyways).

The man advice functions are deleted in this commit but they will be
added into the new ".emacs.d/lisp" directory soon.
2 years ago