summaryrefslogtreecommitdiffstats
path: root/emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* Preparing placing home-directory in repoGravatar Tom Willemsen2011-07-2830-24174/+0
|
* EMACS: moved emacs.el to emacs.d/init.elGravatar Tom Willemsen2011-07-272-0/+352
|
* EMACS: Trying out zencodingGravatar Tom Willemsen2011-07-271-0/+0
|
* Moved some stuff aroundGravatar Tom Willemsen2011-07-271-4/+1
|
* EMACS: Reduced number of defined rainbow-delimiters ↵Gravatar Tom Willemsen2011-07-271-12/+8
| | | | faces, reversed colors
* EMACS: update autopairGravatar Tom Willemsen2011-07-261-139/+172
|
* EMACS: Added rainbow mode submoduleGravatar Tom Willemsen2011-07-262-207/+0
|
* EMACS: Use rainbow-delimiters from submoduleGravatar Tom Willemsen2011-07-261-461/+0
|
* EMACS: Moved custom settings to custom.elGravatar Tom Willemsen2011-07-261-0/+1
| | | | Also added some extra settings for autopair.
* Added rainbow-delimiters submoduleGravatar Tom Willemsen2011-07-261-0/+0
|
* Moved org-mode settings togetherGravatar Tom Willemsen2011-07-261-4/+0
|
* Moved column-marker settings back to emacs.elGravatar Tom Willemsen2011-07-261-10/+1
|
* Auto-load git-commit and require gitGravatar Tom Willemsen2011-07-261-0/+1705
|
* Added lcars themeGravatar Tom Willemsen2011-07-262-3/+418
|
* Bumped submodulesGravatar Tom Willemsen2011-07-181-0/+0
|
* EMACS: lots of changesGravatar Tom Willemsen2011-07-151-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extended ** emacs.d/functions.el - Added a optional ~else~ part to ~foreach~ in HTML keywords, since smarty *can* also use ~foreachelse~, and this was only fontifying the ~foreach~ part. - Only load (and modify) naquadah-theme when we're running in X. I'd prefer to know if we have 256 colors available, but I haven't found that yet. - Only try to go to fullscreen if X is running. - Show a lambda symbol when the word lambda is found in a prog-mode buffer. - Enable auto-fill-mode when prog-mode is started. - Don't set pear options, pi-php-mode does it. - Added function to show ~lambda~ as a lambda symbol - Added function to create or update gtags file. ** emacs.el - Add pi-php-mode. - Removed muttrc-mode. - Use pi-php-mode instead of php-mode-improved. - Use ~(getenv)~ to get the browser. - Don't care about ~org-babel-confirm-evaluate~ and ~org-ditaa-jar-path~. - Set ~org-return-follows-link~ to ~t~, enter follows a link in ~org-mode~. - Set ~mouse-autoselect-window~ to ~t~, moving the mouse changes buffer focus. - Set ~pop-up-windows~ to ~nil~, so that popup functions use an existing window. - Set ~org-log-into-drawer~ to ~t~, so that activities are put in a drawer in ~org-mode~. - Set ~mail-header-separator~ to an empty string for ~message-mode~. - Use ~message-mode~ instead of ~mail-mode~.
* Added pi-php-modeGravatar Tom Willemsen2011-07-151-0/+0
|
* Bumped submodulesGravatar Tom Willemsen2011-07-011-0/+0
|
* EMACS: New modes, functions and keysGravatar Tom Willemsen2011-06-263-0/+2373
| | | | | | | | 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
* Bumped submodulesGravatar Tom Willemsen2011-06-231-0/+0
|
* EMACS: Update lua modeGravatar Tom Willemsen2011-06-232-1135/+0
|
* EMACS: compile, htmlize, js, stumpwmGravatar Tom Willemsen2011-06-153-715/+76
| | | | | | | | | | | | * 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.
* Bumped submodulesGravatar Tom Willemsen2011-06-132-0/+0
|
* EMACS: add some filter constants to fontlockingGravatar Tom Willemsen2011-06-111-13/+33
|
* EMACS: init file is once again one big fileGravatar Tom Willemsen2011-06-1125-13880/+0
|
* EMACS: Added a 'preview' function for HMTL filesGravatar Tom Willemsen2011-05-283-0/+10
|
* EMACS: Add space to line numbersGravatar Tom Willemsen2011-05-281-13/+16
| | | | Add space to line numbers when we're in text mode
* Removed c-eldoc and linum-exGravatar Tom Willemsen2011-05-276-600/+1
| | | | | I didn't use c-eldoc and linum-ex only seemed to cause warnings to show up when loading files, not improve any speed.
* Only show ide-skel when X is runningGravatar Tom Willemsen2011-05-271-7/+9
|
* EMACS: linum-ex added, replaces linumGravatar Tom Willemsen2011-05-273-1/+290
|
* EMACS: Rainbow delimiters updatedGravatar Tom Willemsen2011-05-241-92/+161
|
* EMACS: jd added rainbow-delimitersGravatar Tom Willemsen2011-05-232-13/+0
| | | | That means that I don't have to
* EMACS: Rainbow delimiters mode additionsGravatar Tom Willemsen2011-05-231-0/+2
| | | | Enable rainbow-delimiters-mode for JavaScript and Python as well.
* EMACS: Added markdown-mode colorsGravatar Tom Willemsen2011-05-231-1/+12
| | | | And also some comments
* EMACS: Markdown settingsGravatar Tom Willemsen2011-05-233-20/+36
| | | | | | Load markdown-mode for .mdwn files, don't remove whitespace when markdown-mode is active and enable whitespace-mode and auto-fill-mode for markdown-mode.
* EMACS: return of show-paren-modeGravatar Tom Willemsen2011-05-171-0/+1
|
* EMACS: Added Rainbow delimiters modeGravatar Tom Willemsen2011-05-175-3/+412
|
* EMACS: Added ide-skelGravatar Tom Willemsen2011-05-164-1/+5957
|
* Bumped submodulesGravatar Tom Willemsen2011-05-121-0/+0
|
* EMACS: removed annoying mumamo warning in php-modeGravatar Tom Willemsen2011-04-261-0/+3
|
* EMACS: Added antialias to fontGravatar Tom Willemsen2011-04-261-1/+1
|
* EMACS: c-mode keysGravatar Tom Willemsen2011-04-261-1/+7
| | | | | | | | | | * Mapped <Return> to c-indent-new-comment-line followed by a c-indent-line-or-region. * Mapped <C-return> to newline, since c-indent-new-comment-line inserts a \ at the end of #define statements and #include statements which makes the compiler think the line continues on the next.
* EMACS: Toggle header and sourceGravatar Tom Willemsen2011-04-232-0/+11
| | | | | Wrote a function to toggle views between a header and source file in c-mode and locally bound this to F11.
* Bumped submodule: emacs.d/naquadah-themeGravatar Tom Willemsen2011-04-211-0/+0
|
* EMACS: Don't start eldoc for phpGravatar Tom Willemsen2011-04-181-0/+3
|
* EMACS: PathsGravatar Tom Willemsen2011-04-182-4/+0
| | | | | Of course paths need to be defined in ~/.emacs, otherwise the compilation function might not be aware of them.
* Add git-commit-modeGravatar Tom Willemsen2011-04-172-0/+6
| | | | | Makes emacs look more like vim when commiting messages. Shows me what I'm doing wrong or right.
* Removed some fontlockingGravatar Tom Willemsen2011-04-171-9/+9
|
* EMACS: Discovered skeletonsGravatar Tom Willemsen2011-04-171-0/+12
| | | | Added a skeleton for my cmake projects
* Added cmake modeGravatar Tom Willemsen2011-04-172-0/+345
|