Commit graph

54 commits

Author SHA1 Message Date
Tom Willemsen
4f0850d764 EMACS: I can use let* instead of 2x let 2011-09-14 20:15:49 +02:00
Tom Willemsen
b804526353 EMACS: Trying out ide-skel again 2011-09-14 20:12:59 +02:00
Tom Willemsen
89f75979d4 EMACS: Simplify directory loading 2011-09-14 16:16:16 +02:00
Tom Willemsen
e8daaf61eb EMACS: Changed font size, again 2011-09-14 16:09:17 +02:00
Tom Willemsen
d2fcc5eb1c EMACS: Added autocomplete 2011-09-14 16:05:59 +02:00
Tom Willemsen
1377acf25f EMACS: windmove change 2011-09-14 13:36:17 +02:00
Tom Willemsen
b5a683f8b3 Bumped submodules 2011-09-13 10:37:04 +02:00
Tom Willemsen
2b552136fb EMACS: Added some ELPA repositories 2011-09-13 10:35:54 +02:00
Tom Willemsen
76540eeeec EMACS: Removed some modes I don't use 2011-09-12 09:53:05 +02:00
Tom Willemsen
f44c2a4f66 EMACS: No need to load functions.el, doesn't exist anymore 2011-09-10 23:51:53 +02:00
Tom Willemsen
8897dcf394 EMACS: Init style update 2011-09-10 22:23:46 +02:00
Tom Willemsen
6e45e53b21 EMACS: Oops, PHP mode already has flymake settings 2011-09-08 15:30:29 +02:00
Tom Willemsen
b90c7ddf68 EMACS: Add flymake for PHP 2011-09-06 10:49:46 +02:00
Tom Willemsen
135bbeceaf EMACS: Stop using lambdas for hooks 2011-09-06 10:28:41 +02:00
Tom Willemsen
27efcb33ec EMACS: Ask for ispell dictionary name when writing a mail message 2011-09-06 09:50:25 +02:00
Tom Willemsen
27e9297a13 EMACS: updated go-mode 2011-09-05 21:51:50 +02:00
Tom Willemsen
61953915a2 EMACS: added texinfo settings 2011-09-05 15:31:47 +02:00
Tom Willemsen
2ff16041c5 EMACS: Disable <CTRL>-z when in X
`.emacs.d/functions.el'
        - Removed functions `(x-init)' and `(cli-init)'.

`.emacs.d/init.el'
        - Moved initialization for with and without window systems from
          seperate functions.

        - Globally unset <CTRL>-z when we have a window system.
2011-09-05 11:03:19 +02:00
Tom Willemsen
73f8cf00f0 EMACS: rename php-show-outline 2011-09-05 10:25:12 +02:00
Tom Willemsen
bade90477c EMACS: Add BBDB initialization 2011-08-31 14:37:46 +02:00
Tom Willemsen
b7c7da1e38 EMACS: Added jabber settings 2011-08-30 12:57:02 +02:00
Tom Willemsen
4195d8ad1a EMACS: Removed lua-mode 2011-08-30 09:56:24 +02:00
Tom Willemsen
bec0679915 Removed zencoding 2011-08-30 09:54:08 +02:00
Tom Willemsen
cb909ac473 EMACS: theme, fullscreen, font
`.emacs.d/functions.el'
        - Don't require the lcars-theme.

        - Removed theme settings for markdown mode.

        - Don't use the fullscreen function at startup.

`.emacs.d/init.el'
        - Switched to naquadah-theme.

        - Change some markdown-mode theme settings when the naquadah
          theme is loaded.

        - Increased font-size to 11, from 10.

`.emacs.d/ryuslash-load-path.el'
        - Added `~/.emacs.d/naquadah-theme' to `load-path'.
2011-08-30 00:02:28 +02:00
Tom Willemsen
ac8a5d362f Bumped submodules 2011-08-29 11:27:33 +02:00
Tom Willemsen
9f9a17a244 EMACS: Show scrollbar and add space before line numbers 2011-08-29 11:24:19 +02:00
Tom Willemsen
2532b96023 EMACS: add outline function for PHP
`.emacs.d/init.el'
        - Created function `oni-php-show-outline' which calls `occur'
          to search for PHP outlines (function, class, etc.
          definitions).

        - Bind <F7> to the function `oni-php-show-outline' in
          `php-mode'.
2011-08-26 12:29:11 +02:00
Tom Willemsen
a2b8064776 GNUS: change some settings
`.emacs.d/gnus.el'
        - Add NNTP news.gmane.org server

        - Add NNRSS server

        - Set `gnus-article-truncate-lines' to nil so that they\re
          continued on the next line. This setting overwrites the
          regular `truncate-lines' variable.

        - Permanently visible groups should be my inboxes, so `:INBOX'
          should be present in the name. I don't need newsgroups like
          gmane.org.archlinux and such to also be permanently visible.

        - Always enable topic-mode.
2011-08-26 12:26:09 +02:00
Tom Willemsen
654a21f920 EMACS: Don't load functions.el, just functions; Use html-mode for *.tpl 2011-08-20 12:10:12 +02:00
Tom Willemsen
f68cfe9bc7 EMACS: Added Gnus configuration 2011-08-18 10:19:38 +02:00
Tom Willemsen
997803343a EMACS: Remove mutt settings 2011-08-18 10:14:50 +02:00
Tom Willemsen
816654f07c EMACS: Moved message settings, added flyspell 2011-08-18 10:13:21 +02:00
Tom Willemsen
c348bcfd1c Turn off bidi-display-reordering and add some page seperators 2011-08-16 16:49:35 +02:00
Tom Willemsen
8c0f844e3c Bumbed submodules 2011-08-16 09:36:54 +02:00
Tom Willemsen
2c95bf2858 EMACS: variable name change
php-warn-if-mumamo-off has been renamed to php-mode-warn-if-mumamo-off
2011-08-16 09:35:50 +02:00
Tom Willemsen
aa1c7ba74a Bumped submodules 2011-08-12 15:13:17 +02:00
Tom Willemsen
774529e11e Added column-marker faces for lcars-theme
The default ones are too intrusive
2011-08-12 15:09:50 +02:00
Tom Willemsen
cd6ac84014 Can use default-frame-alist and initial-frame-alist 2011-08-12 15:09:05 +02:00
Tom Willemsen
b5a44717db Moved away from pi-php-mode again
Using php-mode by ejmr.
2011-08-12 15:07:19 +02:00
Tom Willemsen
022427307f EMACS: Don't use auto-fill-mode for prog-mode 2011-08-08 11:19:47 +02:00
Tom Willemsen
7717c2f36a EMACS: Added 'home' file 2011-08-06 20:00:48 +02:00
Tom Willemsen
8db229fa48 EMACS: autoload gtags and use different hooks for version <24 2011-08-06 00:39:35 +02:00
Tom Willemsen
ba3827f6d4 Only load custom-file if it exists 2011-08-05 23:59:30 +02:00
Tom Willemsen
03a3af709b Bumped submodules 2011-08-04 12:08:57 +02:00
Tom Willemsen
55465d74ee EMACS: added xmodmap-mode 2011-07-28 11:36:46 +02:00
Tom Willemsen
0b0e95e88c Preparing placing home-directory in repo 2011-07-28 00:25:27 +02:00
ryuslash
1ca854dbec Removed old emacs files 2010-09-12 10:33:26 +02:00
ryuslash
7f6575ca7a Added ide-skel keybinds to .emacs, changed awesome rc 2010-08-21 22:28:30 +02:00
ryuslash
fd31357144 Added ide-skel for testing 2010-08-18 12:35:13 +02:00
ryuslash
9a029f7b77 Modified theme 2010-07-14 16:51:21 +02:00