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/templates
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
..
c-template.c Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
clojure-template.clj Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
css-template.css Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
emacs-lisp-template.el Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
erlang-template.erl Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
haml-template.haml Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
haskell-template.hs Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
html-template.html Various minor changes 2015-01-14 05:12:43 -05:00
java-script-template.js Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
java-template.java Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
lisp-template.lisp Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
lua-template.lua Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
ocaml-template.ml Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
php-template.php Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
python-scratch.py Some major revisions as i have recently replaced my desktop. Namely: 2015-01-14 05:12:43 -05:00
python-template.py Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
racket-template.rkt Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
ruby-template.rb Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
sass-template.css Various minor changes 2015-01-14 05:12:43 -05:00
sass-template.sass Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
scala-template.scala Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
scheme-template.scm Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
scss-template.scss Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
shell-template.sh Various changes to emacs configuration 2015-01-14 05:12:43 -05:00
sml-template.ml Various changes to emacs configuration 2015-01-14 05:12:43 -05:00