This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.emacs.d/snippets
Collin J. Doering a09010409f Various changes to emacs configuration
Some highlights include:
- Modified theme to better emphasize mode-line
- Add .emacs.d/site-lisp-extra to load-path for various emacs-lisp snippets
- Add custom yasnippet directory under .emacs.d/snippets
- Use flyspell in more non-code modes (eg. various markup languages and mu4e)
- Added new sorting rules/categories for ibuffer
- Setup Auctex for smooth latex editing
- Pimp out editing of lispy langs including:
  - highlight current sexp at point with hightlight-sexp
  - enable mode for racket scribble (in .emacs.d/site-lisp-extra/)
  - add guile to geiser scheme implementations list
- Disabled highlight-current-line
- Enable bookmarks+
  See: http://www.emacswiki.org/emacs/BookmarkPlus
- Update auto-insert templates to use variables "author" and "email" correctly.
  Note: I am considering removing use of auto-insert for templates and
  instead switching to yasnippet for templates and starting with a empty
  file. Then a snippet like 'gpl3' could be expanded to be the license
  or the license header for the file. Also the little info block I have
  on all of my current templates could also simply be another snippet.
- Switched from gnus to mu4e for email; this requires the external tools
  mbsync and mu. Gnus can still be used but is now depreciated in
  preference of mu4e (which is much faster and better suited when used
  in combination with mbsync)
- Fixed annoying issue where when quack-mode was enabled C-x C-f was
  overridden to quack-find-file which didn't have ido-completion
- Setup gpg-agent so environment variables are correct (*TODO* this
  still isn't working 100% as I've noticed miss matches; it could be
  that somehow GPG_AGENT_INFO changes outside of emacs and because I
  only fix its value during the evaluation of .emacs it could result in
  a miss match.)
- Add exit confirmation in the mini-buffer

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:43 -05:00
..
latex-mode Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
markdown-mode Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
scheme-mode Various changes to emacs configuration 2015-01-14 05:12:43 -05:00