Vincent Ambo
edb2ca67d3
Rename irc.el to init-irc.el
2013-08-05 15:37:43 +02:00
Vincent Ambo
1ba56be2ee
Only load irc.el and init-local if they exist
2013-08-05 15:34:46 +02:00
Vincent Ambo
9112881277
* Gitignore some more files
...
* Install tumblesocks
2013-08-05 15:28:47 +02:00
Vincent Ambo
97af8f3631
Removed mail config, ignored local files and IRC config
2013-08-05 15:23:18 +02:00
Vincent Ambo
e320f14263
* removed dotfiles stuff, this is emacs.d only
2013-08-05 15:17:23 +02:00
Vincent Ambo
46b80c00fd
emacs: Added some functions from @magnars, replaced standard goto-line with his version
2013-08-05 11:54:38 +02:00
Vincent Ambo
006043d82e
emacs: Added flx (glorious!), removed some unused settings and functions
2013-08-03 15:36:05 +02:00
Vincent Ambo
580f642d40
emacs: Function to toggle native/non-native fullscreen on OS X
2013-08-01 11:31:13 +02:00
Vincent Ambo
459f0433e6
emacs: Minor fixes
2013-07-30 16:19:58 +02:00
Vincent Ambo
cae07c88fd
emacs: Disabled EShell banner message, amended PATH
...
fish: Amended PATH
2013-07-29 18:44:02 +02:00
Vincent Ambo
cdffc846bb
Emacs: Various changes:
...
- Moved Haskell-mode configuration to customize
- Disabled Paredit in non-lisp buffers (or more explicitly: Enabled it
in Elisp and Clojure buffers)
- Removed some custom items that I don't use anymore (e.g. Jabber-mode
because I switched to bitlbee with rcirc)
- New packages: hi2 (Haskell indent mode revamped), browse-kill-ring
- Always enable undo-tree-mode and recentf-mode
- Keep all auto-save files in /tmp
2013-07-29 00:53:08 +02:00
Vincent Ambo
488a5c4956
Emacs: Enabling some more visual commands in EShell, set EShell config directory to ~/.config/eshell (similar to the fish dir)
2013-07-28 18:02:36 +02:00
Vincent Ambo
2f88133858
emacs: Added init-local.el loading for machine-local configuration, removed jabber (using bitlbee instead)
2013-07-25 20:22:57 +02:00
Vincent Ambo
2e9b4cf111
emacs: Fixed EShell path
2013-07-22 11:43:48 +02:00
Vincent Ambo
818b2eb2d5
emacs: Eshell prompt regexp
2013-07-22 02:26:51 +02:00
Vincent Ambo
817ebc39e4
emacs: Added Jabber config
2013-07-21 15:23:35 +02:00
Vincent Ambo
16e42ba338
emacs: require eshell
2013-07-21 01:49:53 +02:00
Vincent Ambo
c6a9219ff5
emacs: Load init-eshell.el
2013-07-21 01:48:06 +02:00
Vincent Ambo
319ff395d8
emacs: Added configuration for EShell, mainly prompt and path.
2013-07-21 01:23:03 +02:00
Vincent Ambo
f61db0ceef
emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path
2013-07-19 13:57:13 +02:00
Vincent Ambo
eadc09e76f
emacs: Fixed voices
2013-07-15 13:42:08 +02:00
Vincent Ambo
9342b6e56f
emacs: Added speak function
2013-07-15 13:34:18 +02:00
Vincent Ambo
23806edd3e
emacs: Some bindings and word jumping
2013-07-15 01:06:32 +02:00
Vincent Ambo
a5f4b2f479
emacs: Nyan cat mode!
2013-07-15 00:02:08 +02:00
Vincent Ambo
dc0e8b9871
emacs: Add racket things
2013-07-14 23:51:01 +02:00
Vincent Ambo
d23221d243
emacs: Added a custom-git-clone function
2013-07-14 23:50:24 +02:00
Vincent Ambo
0de09c890d
emacs: Changed rainbow-delimiters colours to those from Solarized
...
theme (very visible on Gruber Darker, I like it!) and forcing show-parens-mode
2013-07-14 18:08:44 +02:00
Vincent Ambo
d2311f48f6
emacs: add /usr/local/bin to emacs' $PATH
2013-07-10 14:32:09 +02:00
Vincent Ambo
f2d23b8182
fish: Set EDITOR variable and edit function to use -n and -create-frame option in emacsclient
2013-07-10 11:39:13 +02:00
Vincent Ambo
c5f6606f63
emacs: Switched font
2013-07-09 14:04:58 +02:00
Vincent Ambo
b65611db02
emacs: Initial mail settings
2013-07-08 18:55:16 +02:00
Vincent Ambo
f2c32a12be
emacs: Completely removed starter-pack, shuffling dependencies
2013-07-08 18:54:54 +02:00
Vincent Ambo
51fdc2a295
emacs: Fixed browser setting (by removing it!)
2013-07-08 17:51:08 +02:00
Vincent Ambo
9961463ad7
emacs: Switched Haskell indent mode
2013-07-08 16:59:35 +02:00
Vincent Ambo
0ebbf64fd1
Emacs: Added a function to reconnect rcirc
2013-07-08 16:55:56 +02:00
Vincent Ambo
74d252df97
Emacs: Added init-bindings.el, removed starter-kit-bindings
2013-07-08 16:54:54 +02:00
Vincent Ambo
4454fca696
Emacs: Added another theme (Gruber Darker), added a toggle for
...
fullscreen mode (M-RET)
2013-07-08 02:18:19 +02:00
Vincent Ambo
802f0f4213
emacs: Loading hooks + disabling hl-line-mode globally (I really don't
...
like it)
2013-07-08 01:52:03 +02:00
Vincent Ambo
977f658cf7
emacs: Fetch switch-window from Github
2013-07-08 01:39:36 +02:00
Vincent Ambo
7e66456fc0
emacs: Added a function to download a custom script
2013-07-08 01:39:10 +02:00
Vincent Ambo
50ec87400c
emacs: Moved some configurations around and fixed init-modes.el
2013-07-08 01:31:03 +02:00
Vincent Ambo
0d133eceb3
Split up configuration in five files. I wrote a nice commit message explaining this, but I wrote it in vi and it died on me.
2013-07-08 01:15:05 +02:00
Vincent Ambo
90f95a6a3d
Emacs: Added file init-functions.el which I'll use for handy functions
2013-07-08 00:16:17 +02:00
Vincent Ambo
c8dc574fcd
emacs:
...
- Move to Emacs.app (which doesn't work with Xnomad! :( But it's
goood)
- Add clojure-mode
- Switch to leuven theme (again, thanks @pcarrier)
2013-07-07 22:03:29 +02:00
Vincent Ambo
62f609b47f
emacs: Swedish locales & ace-jump
2013-07-05 00:28:47 +02:00
Vincent Ambo
a5a7db8f1b
emacs: Added clojure stuff
2013-07-04 22:49:26 +02:00
Vincent Ambo
b3940040a2
emacs: Added rainbow-delimiters and other things
2013-07-04 18:54:31 +02:00
Vincent Ambo
e7c303a6a3
Added some tweaks (taken from @pcarrier's config! :))
2013-07-04 14:35:37 +02:00
Vincent Ambo
3facbfcaab
emacs: start server automatically
2013-07-04 12:10:05 +02:00
Vincent Ambo
ec8571ac09
fish: removed whoami from prompt
2013-07-04 12:08:59 +02:00