Commit graph

262 commits

Author SHA1 Message Date
Tom Willemsen
f12c5dc18a ZSH: syntax highlighting moved 2011-07-26 14:35:28 +02:00
Tom Willemsen
8735e338f9 Moved org-mode settings together 2011-07-26 01:25:14 +02:00
Tom Willemsen
9873823e76 Moved column-marker settings back to emacs.el 2011-07-26 01:09:59 +02:00
Tom Willemsen
3de2fae246 Auto-load git-commit and require git 2011-07-26 00:53:40 +02:00
Tom Willemsen
48955978e9 Moved some variables to zshenv 2011-07-26 00:44:37 +02:00
Tom Willemsen
3c604de7bb Enable numlock on start, show emails and such in rootname and run dwm 2011-07-26 00:41:43 +02:00
Tom Willemsen
dd4876f035 Added some feeds 2011-07-26 00:40:39 +02:00
Tom Willemsen
7fd526d384 Added image/png entry 2011-07-26 00:39:32 +02:00
Tom Willemsen
a2dbabbeb9 Added lcars theme 2011-07-26 00:38:26 +02:00
Tom Willemsen
9711339f40 Bumped submodules 2011-07-18 11:33:58 +02:00
Tom Willemsen
6ef6b495e2 NEWSBEUTER: reduce max-items to 500 2011-07-15 19:09:14 +02:00
Tom Willemsen
2e3c5df4d7 EMACS: lots of changes
* 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~.
2011-07-15 19:08:07 +02:00
Tom Willemsen
ce4e353a70 Added pi-php-mode 2011-07-15 17:50:24 +02:00
Tom Willemsen
3e33025127 Bumped submodules 2011-07-01 09:36:14 +02:00
Tom Willemsen
81bb5df1a7 Giving xinitrc a try 2011-06-26 12:46:37 +02:00
Tom Willemsen
a49222661c MUTT: mailcap and keys
Added mailcap entry for jpeg files
Fixed type in launch abook
Added keybinds for easier mailbox access
2011-06-26 12:44:55 +02:00
Tom Willemsen
5bf444d83f FONTS: Trying lcdfilter again 2011-06-26 12:42:42 +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
02c6f259b5 Bumped submodules 2011-06-23 16:44:38 +02:00
Tom Willemsen
9fe4ceb1ee EMACS: Update lua mode 2011-06-23 16:43:58 +02:00
Tom Willemsen
c9e0a0e9d8 NEWSBEUTER: browser change
Use the $BROWSER environment variable instead of conkeror
2011-06-22 22:06:38 +02:00
Tom Willemsen
45739643c5 MUTT: Word and Excel
Added mailcap entries for MS Word documents and MS Excel documents.
2011-06-22 22:05:01 +02:00
Tom Willemsen
78f52bef2a GIT: Added history alias
history shows a nice graph of current branch's history
2011-06-22 22:03:14 +02:00
Tom Willemsen
d46b304e0f EMACS: Integers and setq
Added hightlighting for integers in prog-mode, switched from single to
multiple setqs again.
2011-06-22 21:46:22 +02:00
Tom Willemsen
81e47c5806 Bumbed submodules 2011-06-17 16:49:01 +02:00
Tom Willemsen
ba0360b73e STUMPWM: Keybinds, mpc, browser, screenshot, font
* Added variable *browser* which reads the environment variable
    $BROWSER.
  * Added command browser which starts *browser*.
  * The MPC next and prev commands now show which songs they skip to.
  * Added command screenshot, which takes a screenshot with scrot.
  * Set font to DejaVu Sans, bold, 13.
  * Added browser keybinding, screenshot and "next".
2011-06-17 16:48:08 +02:00
Tom Willemsen
e43e5c43b2 NEWSBEUTER: Added emacsblog.org feed 2011-06-17 16:40:55 +02:00
Tom Willemsen
5944a4a97b EMACS: hooks, skeletons and ido
* Moved rainbow-delimiters-mode and set-column-marker to prog-mode.
  * Turn on ido-mode, it seems interesting.
  * Added prog-mode hook.
  * Removed emacs-lisp-mode, js-mode, python-mode and lisp-mode hooks
    since they should all only do what prog-mode hook does.
  * Added myaethon-set-varchar-docstring and
    myaethon-set-array-varchar-docstring skeletons, these are both
    useful for work and a good way to learn more about skeletons.
2011-06-17 16:39:16 +02:00
Tom Willemsen
720c7e82d4 MUTT: set emacs as my editor
I don't really use vim, and I like emacs better, so now I am using it.
2011-06-15 12:22:33 +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
18ddaa5508 Trying to improve fonts in emacs 2011-06-13 14:16:09 +02:00
Tom Willemsen
a254c06aa6 INSTALL: woops, fonts.conf should *not* go to .fonts.confg 2011-06-12 12:02:45 +02:00
Tom Willemsen
380d5a07a5 NEWSBEUTER: Add Dieter's blog and Sam and Fuzzy webcomic 2011-06-11 19:58:05 +02:00
Tom Willemsen
0e27a5e2fb MUTT: Add some mailing lists and improve colors 2011-06-11 19:57:04 +02:00
Tom Willemsen
a8ced5b23c Added install options for fonts.conf en emacs.el 2011-06-11 19:55:41 +02:00
Tom Willemsen
f06d75a1b7 EMACS: add some filter constants to fontlocking 2011-06-11 19:55:09 +02:00
Tom Willemsen
503e99197f EMACS: init file is once again one big file 2011-06-11 19:51:08 +02:00
Tom Willemsen
a7dd6805b2 Added fonts configuration 2011-06-11 19:44:42 +02:00
Tom Willemsen
9edf3a0f20 GIT: Using non-x emacs for commits 2011-05-29 13:14:17 +02:00
Tom Willemsen
7ba93def0d ZSH: Change location of parens 2011-05-28 15:29:24 +02:00
Tom Willemsen
5690154ecb EMACS: Added a 'preview' function for HMTL files 2011-05-28 15:27:46 +02:00
Tom Willemsen
b3dee4f7f4 CONKEROR: Changed tab look 2011-05-28 01:37:19 +02:00
Tom Willemsen
4c257a02f1 CONKEROR: tabs, favicon, clock
Using tabs, removed clock from modeline, show favicon
2011-05-28 01:19:24 +02:00
Tom Willemsen
43bc71ce6d CONKEROR: Naquadah theme, emacswiki webjump
Changed the blackened theme to make it look more like the naquadah
theme for emacs and added an emacswiki webjump
2011-05-28 00:50:29 +02:00
Tom Willemsen
7ab36e478a EMACS: Add space to line numbers
Add space to line numbers when we're in text mode
2011-05-28 00:06:37 +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
273b4940a4 CONKEROR: Added blackened theme 2011-05-27 22:44:33 +02:00
Tom Willemsen
b27fef4711 Change emacs init variables 2011-05-27 21:46:43 +02:00
Tom Willemsen
913844f26f Only show ide-skel when X is running 2011-05-27 21:41:12 +02:00