28fcab6516
Don't diminish
2013-06-10 22:22:03 +02:00
0b1080da69
Skip any "migrations" dirs with rgrep
2013-06-10 22:21:56 +02:00
48387787cf
Disable flycheck for CSS
...
The checker it uses causes my CPU consumption to jump to idiotic levels.
2013-06-10 22:21:39 +02:00
57cd16666b
Use new mode-icons api
2013-06-05 01:40:29 +02:00
f41af450ab
Add PKGBUILD and .install to sh-mode auto modes
2013-06-05 01:40:04 +02:00
b4f4dbc9be
Add tag
2013-06-05 01:37:01 +02:00
c11ca7d966
Use C-c d d for desktop-registry, not desktop
2013-06-05 01:36:53 +02:00
e3a7efa79f
Don't look at .emacs.desktop.lock files
2013-06-05 01:34:37 +02:00
a758a94f36
Try to delay loading quicklisp-helper
2013-06-05 01:32:43 +02:00
0341b79023
Remove reference to oni.el
2013-06-01 01:17:38 +02:00
e039765be1
Don't call package-initialize manually
...
It really isn't necessary if you just defer everything depending on it
until after emacs has started up.
2013-06-01 01:13:14 +02:00
0c91588eab
Remove oni.el
2013-06-01 00:45:33 +02:00
c2bff71b96
Move the last parts of ext.el into init
2013-06-01 00:16:04 +02:00
e68f45b48b
Make init.elc from init.el
2013-05-31 17:58:38 +02:00
856660ebda
Add enhanced eval-after-load
2013-05-31 17:58:07 +02:00
607cc269c5
Improve navigation in org-mode
2013-05-31 17:51:23 +02:00
8921d40bf6
Add some desktop.el settings
2013-05-31 12:00:34 +02:00
11f7eadc9f
Don't hide compilation window
...
Now that I've got a different setup where I usually don't get more than
2 windows the compilation buffer pop-up isn't so annoying anymore.
2013-05-31 12:00:18 +02:00
4ed347264e
Minor fixes
2013-05-29 01:07:50 +02:00
6e61c024e1
Move Emacs Alsa Player settings
2013-05-29 01:07:30 +02:00
ce6fa3c876
Remove skip equal chars
...
Caused more problems than it solved
2013-05-29 01:07:08 +02:00
d24bcb590a
Don't use flycheck in js2-mode
2013-05-29 01:06:34 +02:00
7d94202351
Update Emacs config to use dotfiles2.mk
2013-05-26 17:57:28 +02:00
d86ee42c09
Skip over characters following point
2013-05-25 00:26:55 +02:00
9e78bdae06
Fix typo
2013-05-25 00:26:41 +02:00
eead1109c4
Fix eltuki for org 8.0
2013-05-25 00:26:32 +02:00
14adb384f1
Return of the Envy Code R
2013-05-25 00:26:18 +02:00
ab4fee09d3
Fix running of hook
2013-05-25 00:25:31 +02:00
83adacdd58
Add face for COMMENT todo state
2013-05-23 02:45:33 +02:00
28a7dcdeb2
Improve oni:move-end-of-dwim
2013-05-23 02:45:19 +02:00
d68673f992
Move slime-helper and move-beginning-of-dwim functions
2013-05-23 02:44:38 +02:00
08e5782f64
Remove some old custom functions
...
They get in the way more than they should.
2013-05-15 16:00:31 +02:00
cc4bdd72d7
Add some smartparens keys to python-mode
2013-05-15 15:59:45 +02:00
4a2315fb3a
Fix function name
2013-05-05 00:40:48 +02:00
e53bd5e888
Revert "Move as much as possible to custom.el"
...
This reverts commit ca90f4623b
.
2013-05-04 18:22:24 +02:00
9d1b8d2619
Add appointment capture template
2013-05-04 11:34:00 +02:00
b330329c72
Add function to skip all tasks with `ex' as tag
2013-05-04 11:33:47 +02:00
ca90f4623b
Move as much as possible to custom.el
2013-05-02 21:26:36 +02:00
a5cea3ece7
Show emms playing title in the mode-line
2013-05-01 12:26:06 +02:00
3e63768e7b
Add some smartparens customization
2013-04-30 20:06:29 +02:00
4a5b5a31a6
Use compilation-shell-minor-mode for pony buffers
...
It still allows for shell use, like the `*ponysh*' python shell.
2013-04-30 17:57:56 +02:00
b7c74aded0
Disable undo in eshell buffers
2013-04-27 15:42:20 +02:00
d5dcfc5300
Sort todo lists on priority first
2013-04-25 01:09:33 +02:00
6b5f3062e2
Literate init.el again
2013-04-23 00:27:45 +02:00
0de90a0228
Move some minor-mode management from oni.el
2013-04-15 01:53:47 +02:00
a271d7d0fe
Improve the custom scoll functions
...
This way they won't go to the next page if they can scroll enough,
only when the en of a page has been reached will they go to the next
one.
2013-04-15 00:14:28 +02:00
0e6eddf666
Enable narrow-to-page and sort list
2013-04-15 00:13:34 +02:00
d0de62ba20
Remove mode-icons from the load-path
...
I use a package for it now.
2013-04-15 00:12:34 +02:00
4e184a5d51
Improve some comments
2013-04-15 00:12:00 +02:00
881a2bb3e5
Enable flycheck for some more modes
...
Also put all the hook additions in a single place, instead of in each
special function. Both the advantages to this method are:
- Being able to see in a second where flycheck is enabled.
- If all minor modes are added separately it's easy to see exactly
which are enabled for a specific mode, just by looking at its hook
variable.
2013-04-15 00:11:37 +02:00