Commit graph

23 commits

Author SHA1 Message Date
Tom Willemsen
3e33025127 Bumped submodules 2011-07-01 09:36:14 +02:00
Tom Willemsen
0786ae7687 EMACS: New modes, functions and keys
Added lua-mode
Added muttrc-mode
Moved all functions to emacs.d/functions.el
Added go-mode
Set keys M-left, M-right, M-up and M-down to move to relative windows
2011-06-26 12:41:49 +02:00
Tom Willemsen
9fe4ceb1ee EMACS: Update lua mode 2011-06-23 16:43:58 +02:00
Tom Willemsen
9df6bb4922 EMACS: compile, htmlize, js, stumpwm
* install.sh tries to compile emacs.el before linking the emacs.elc
    to ~/. This is to always have a compiled .emacs.elc for speediest
    startup.
  * I removed a little bit of code from htmlize.el that was causing
    trouble with the naquadah theme.
  * I removed javascript-mode, because the built-in js-mode is better.
  * I Added stumpwm mode
  * When I save a file and it is in html-mode it will try and replace
    all occurrences of é with é before continueing.
2011-06-15 12:19:30 +02:00
Tom Willemsen
c608291b01 Bumped submodules 2011-06-13 15:07:18 +02:00
Tom Willemsen
f06d75a1b7 EMACS: add some filter constants to fontlocking 2011-06-11 19:55:09 +02:00
Tom Willemsen
136128abd1 Removed c-eldoc and linum-ex
I didn't use c-eldoc and linum-ex only seemed to cause warnings to
show up when loading files, not improve any speed.
2011-05-27 22:57:40 +02:00
Tom Willemsen
7d61f23ddd EMACS: linum-ex added, replaces linum 2011-05-27 00:36:44 +02:00
Tom Willemsen
7e7d6889ea EMACS: Rainbow delimiters updated 2011-05-24 16:13:43 +02:00
Tom Willemsen
a252e892a9 EMACS: Added Rainbow delimiters mode 2011-05-17 00:45:41 +02:00
Tom Willemsen
d277a1a958 EMACS: Added ide-skel 2011-05-16 10:55:35 +02:00
Tom Willemsen
993da8846a Add git-commit-mode
Makes emacs look more like vim when commiting messages. Shows me what
I'm doing wrong or right.
2011-04-17 02:35:36 +02:00
Tom Willemsen
2e952899b0 Added cmake mode 2011-04-17 00:23:48 +02:00
Tom Willemsen
bd983b778e Added markdown mode 2011-04-17 00:22:17 +02:00
Tom Willemsen
d1502aa245 Folding is out 2011-04-16 23:03:44 +02:00
Tom Willemsen
0be324a314 Added c-eldoc 2011-04-16 19:39:49 +02:00
Tom Willemsen
2173039ef6 Added folding-mode, might be useful after all 2011-04-13 16:56:46 +02:00
Tom Willemsen
8cb832f073 Improved fontlock, added htmlize, set some gvim options 2011-04-12 13:16:56 +02:00
Tom Willemsen
0d342f0aee I don't like nxhtml 2011-03-23 11:14:27 +01:00
Tom Willemsen
82b8ca2809 Big emacs cleanup, must be lighter 2011-03-17 11:37:07 +01:00
Tom Willemsen
57366f385a Big changes, last one before I wipe it all.
* Added muse

  * Added graphviz-dot-mode

  * Remove all trailing whitespace on save.

This is the last commit I'm going to do before throwing it all away
again.
2011-03-17 11:23:07 +01:00
Tom Willemsen
94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00
Tom Willemsen
62f897fdf5 New .emacs style
* .emacs only loops through .emacs.d and runs the *.el files there.

 * files are automatically compiled before loading. But only if it
   hasn't already been compiled.

 * all emacs el files, save for the startup scripts, have been moved
   to .emacs.d/elisp
2011-02-21 00:27:43 +01:00