`.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.
`.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'.
`.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'.
`.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.
Added rainbow.el to emacs
Showing some extra messages with install.bat and install.sh
Added some elisp to check which distro I'm on at that moment, though I don't yet use it