a31e989a28
Require projectile during compilation
2015-07-26 22:02:54 +02:00
4130e90044
Automatically turn-on the correct ruby
2015-07-26 22:02:16 +02:00
c9cacdf23c
Remove evil settings
2015-07-26 22:00:20 +02:00
f54d8a5930
Move my eshell prompt to separate module
...
To help with autoloading, also update the Makefile to create a
`site-lisp/site-autoloads.el' file which is loaded by emacs.
2015-07-08 12:38:23 +02:00
40d9a1b3fe
Add flycheck section to init.org
2015-06-30 15:25:57 +02:00
cab9a4bcf3
Move pony settings to init.org
2015-06-29 13:29:28 +02:00
61976703e7
Move po-mode settings to init.org
2015-06-29 13:16:22 +02:00
56123da22c
Use en_US for git commits
...
hunspell doesn't know about an "en" dictionary.
2015-06-21 12:47:30 +02:00
2ffb29b718
Use hunspell for spell-checking when available
2015-06-21 12:34:34 +02:00
c057b45cbd
Move hl-indent settings to init.org
2015-06-17 11:24:23 +02:00
db423b3ce2
Stop using colemak-evil
...
To become more familiar with the physical placement of evil's
keybindings I've written a new layout. This is basically the same as the
default except that it's mapped out over a colemak layout and hjkl has
become jkl; and ; has become h. I did this because I feel jkl; is more
comfortable.
2015-06-17 10:44:59 +02:00
860962626b
Add keybinging for org-store-link
2015-06-17 10:44:14 +02:00
5c05caf196
Add mail update routines for mowedline
2015-06-17 10:43:35 +02:00
739f89bace
Move magit settings to init.org
2015-06-17 10:43:14 +02:00
26689b0eec
Don't use emacs-lisp-mode as the initial mode
...
Using `emacs-lisp-mode' as the initial major-mode also runs `flycheck'.
Flycheck will constantly show warnings because "*scratch*" doesn't
contain the proper header or footer. The default initial major-mode is
`lisp-interaction-mode', which is basically the same as
`emacs-lisp-mode', with some extra (annoying) keybindings which get
overwritten by `paredit' anyway. Now I don't see any warnings.
2015-06-17 10:39:15 +02:00
32c9f20364
Manually set ,, to the comment operator
2015-06-17 10:38:51 +02:00
34aeb28dda
Add mowedline to IRC autojoin channels
2015-06-17 10:38:26 +02:00
d25cc62263
Move browse-url settings to init.org
2015-05-09 20:41:53 +02:00
5baead61e3
Take message inhibition out of init.el
2015-05-09 19:15:44 +02:00
16c5309394
Don't display flycheck errors in minibuffer
2015-05-09 19:15:06 +02:00
7cc7cb3eae
Use company-mode
2015-05-09 19:14:56 +02:00
4d36ff9551
Update buffer display settings
2015-05-09 19:14:14 +02:00
96e30cf2a0
Cleanup auto-init function
2015-05-09 19:12:55 +02:00
cc2baa023e
Stop using popwin
2015-05-02 17:24:52 +02:00
c5847bc02a
Fix some warnings
2015-05-02 17:23:34 +02:00
0388b9eeaa
Stop using hl-sexp-mode
2015-04-27 16:09:44 +02:00
2aed414a95
Tweak some evil keys
2015-04-27 16:05:18 +02:00
779787d56c
Set the fci rule column for ruby mode
2015-04-27 16:04:17 +02:00
6980dd5c32
Remove wakatime
2015-04-27 16:04:04 +02:00
733985953f
Stop using mode-icons
...
With svg-mode-line-themes enabled this package doesn't do much of
anything anymore.
2015-04-27 16:03:16 +02:00
c6d4ada60f
Rename my-smt to oni-smt
2015-04-27 12:39:53 +02:00
2fdc0fbf87
Add section on auto completion
2015-04-21 22:16:56 +02:00
b28d3ff3f2
Add section about electric pairing
2015-04-21 21:40:14 +02:00
6f46220968
Give electric indent its own section
2015-04-21 21:27:47 +02:00
9921e99df2
Require notifications for metalexpress
2015-04-20 01:12:15 +02:00
8015a380be
Add some stuff
2015-04-20 01:01:23 +02:00
9dbf7bedb2
Load Cask file as Emacs Lisp
2015-04-20 01:01:02 +02:00
7ec0b50211
Add new package.el code, commented
2015-04-20 00:53:05 +02:00
e4b9421f79
Add wakatime mode
2015-04-08 15:06:06 +02:00
a43b50504e
Trucate lines in ERT results
2015-04-08 15:04:58 +02:00
062a4d7743
Use flycheck-cask
2015-04-08 15:04:39 +02:00
582d1cea19
Update mail widget after gnus exit
2015-04-08 15:03:49 +02:00
742577668a
Update awesome mail widget
2015-04-08 15:02:08 +02:00
5d9ad8a032
Add electric indent mode to js2-mode
2015-03-24 11:22:04 +01:00
a6481f8a6b
Add feed that checks oldest bookmarks
...
Only the bookmarks tagged lookat.
2015-01-20 14:33:20 +01:00
58bc48d227
Use built-in electric-pair-local-mode
...
I wrote a patch to include it in Emacs itself.
2015-01-20 14:33:08 +01:00
b6fefcb3a5
Add elnode handler to get current conkeror URL
...
By running this in elnode, one can then point their browser to the
chosen port and server and they'll get 302-redirected to whichever URL
conkeror is showing at that moment.
2015-01-20 14:30:11 +01:00
9e31f7989a
Bring back the SVG modeline
2015-01-20 14:29:29 +01:00
792dfe908d
Reset mode-line-format in the *scratch* buffer
...
The first time `evil-mode' is run it sets the `mode-line-format'
buffer-local variable. This overrides the default value set later when
the theme and SVG modeline are loaded.
2015-01-20 14:27:34 +01:00
c778fb7a69
Enable projectile global mode
2015-01-20 14:27:24 +01:00
f1dc2d9b94
Enable hl-indent-mode for any prog-mode
2015-01-07 02:38:19 +01:00
74a8eadaba
Update the awesome modeline after closing a group
2015-01-07 02:37:49 +01:00
c5844963d2
Autoload hl-indent-mode
2015-01-07 02:37:30 +01:00
cebd95b07a
Set some initial states to insert
2014-12-28 01:28:36 +01:00
84b65d4e3b
Revert "Remove evil"
...
This reverts commit 437292c927
.
2014-12-27 21:32:00 +01:00
437292c927
Remove evil
2014-12-16 23:09:12 +01:00
0dc3fe0410
Add simple multiplication table function
2014-12-10 17:11:31 +01:00
34c361cc66
Allow rails and ruby to be controlled from emacs
2014-11-24 23:03:38 +01:00
dcf69d2e3f
Set eww-mode to default to emacs-state in evil
2014-11-23 14:26:30 +01:00
2a899dddc2
Fix evil emacs state modes
2014-11-07 12:55:11 +01:00
567b4c9cf4
Use ruby-mode, update settings
2014-10-31 15:19:04 +01:00
c67d9dbec1
Add prodigy-view-mode to emacs-state modes
2014-10-29 11:03:10 +01:00
3d8d38501f
Add automatic pairing to coffee-mode
2014-10-27 16:49:53 +01:00
187e1d7174
Add automatic pairing to enh-ruby-mode
2014-10-27 16:47:42 +01:00
039e445452
Add section on programming mode customizations
2014-10-23 16:48:30 +02:00
4baea6bdac
Add electric-indent and electric pair modes to init.org
2014-10-23 16:38:45 +02:00
b8a9d602bd
Enable electric-pair-mode for some modes
2014-10-23 10:21:18 +02:00
02871ce988
Add mailcatcher prodigy service
2014-10-15 09:13:55 +02:00
9879c4ab5f
Remove w3m
2014-10-09 23:30:09 +02:00
98f38a25b8
Fix init for new Emacs version
2014-10-09 23:27:21 +02:00
d73129105b
Remove unnecessary autoloads
2014-10-09 23:27:06 +02:00
931979b5c6
Use a keyring to store some credentials
2014-09-22 23:04:10 +02:00
bf0d58ef40
Revert "Stop using Evil (for now)"
...
This reverts commit b03312fa44
.
2014-09-19 11:58:26 +02:00
b03312fa44
Stop using Evil (for now)
...
It's a little too disruptive. Vim keybindings are awesome, but I just
can't seem to quite get used to them.
2014-08-27 11:21:06 +02:00
f719e35fbf
Rename oni:evil-sort-operator
2014-08-26 11:21:29 +02:00
62d9ac00b3
Only use colemak on drd
2014-08-24 14:48:35 +02:00
c2778f0f71
Add Emacs config
2014-08-21 00:23:56 +02:00