Commit graph

898 commits

Author SHA1 Message Date
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
Tom Willemsen
ef439c0f32 ZSH: Add hostname, CXX=clang 2011-05-27 21:39:24 +02:00
Tom Willemsen
c84151545d NCMPCPP: Changed layout and set column-mode to default 2011-05-27 00:37:58 +02:00
Tom Willemsen
7d61f23ddd EMACS: linum-ex added, replaces linum 2011-05-27 00:36:44 +02:00
Tom Willemsen
c2abc34c4d ZSH: toudou list function changed 2011-05-27 00:35:55 +02:00
Tom Willemsen
7e7d6889ea EMACS: Rainbow delimiters updated 2011-05-24 16:13:43 +02:00
Tom Willemsen
66265c9af4 EMACS: jd added rainbow-delimiters
That means that I don't have to
2011-05-23 16:25:20 +02:00
Tom Willemsen
637f376a63 XTERM: Added some colors 2011-05-23 10:01:18 +02:00
Tom Willemsen
0af960c4fd MUTT: Changed colors for email headers 2011-05-23 09:50:56 +02:00
Tom Willemsen
3b6f4e27a6 NEWSBEUTER: Save only 1000 articles per feed 2011-05-23 09:49:28 +02:00
Tom Willemsen
7b6c5b0254 MUTT: Changed colors for email headers 2011-05-23 09:48:43 +02:00
Tom Willemsen
1a84c772df EMACS: Rainbow delimiters mode additions
Enable rainbow-delimiters-mode for JavaScript and Python as well.
2011-05-23 09:47:17 +02:00
Tom Willemsen
6bfbdc8843 EMACS: Added markdown-mode colors
And also some comments
2011-05-23 09:46:03 +02:00
Tom Willemsen
3ab0e979f8 EMACS: Markdown settings
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.
2011-05-23 09:43:56 +02:00
Tom Willemsen
e85d1198ce MUTT: Changed quoted colors for improved readability 2011-05-17 12:03:29 +02:00