summaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Move gnus dataGravatar Tom Willemse2015-04-081-0/+7
|
* Update font specificationGravatar Tom Willemse2015-04-081-2/+2
|
* Simplify output of make targetsGravatar Tom Willemse2015-04-081-2/+4
|
* Add programming modesGravatar Tom Willemse2015-04-081-0/+2
|
* Add wakatime modeGravatar Tom Willemse2015-04-081-1/+3
|
* Trucate lines in ERT resultsGravatar Tom Willemse2015-04-081-0/+1
|
* Use flycheck-caskGravatar Tom Willemse2015-04-082-0/+2
|
* Update mail widget after gnus exitGravatar Tom Willemse2015-04-081-1/+2
|
* Update awesome mail widgetGravatar Tom Willemse2015-04-081-5/+1
|
* Add electric indent mode to js2-modeGravatar Tom Willemse2015-03-241-2/+2
|
* Add some extra tag colorsGravatar Tom Willemse2015-01-201-1/+2
|
* Properly show function arguments in the modelineGravatar Tom Willemse2015-01-201-1/+34
| | | | | | | When one is working in the minibuffer, using eval, the function arguments are shown in the modeline. This normally messes up the modeline when using an SVG modeline, but with this function it should show it properly.
* Show some extra evil-state info in modelineGravatar Tom Willemse2015-01-201-0/+12
|
* Use imenu in SCSS modeGravatar Tom Willemse2015-01-201-0/+8
|
* Use :chomp for whitespace instead of 'chompGravatar Tom Willemse2015-01-201-1/+1
| | | | | | I wrote a patch that checks for `:chomp' instead of `'chomp' as the value for `electric-pair-skip-whitespace' so that it can't possibly be mistaken for a function, which would cause trouble.
* Add feed that checks oldest bookmarksGravatar Tom Willemse2015-01-202-1/+18
| | | | Only the bookmarks tagged lookat.
* Use built-in electric-pair-local-modeGravatar Tom Willemse2015-01-202-10/+10
| | | | I wrote a patch to include it in Emacs itself.
* Add elnode handler to get current conkeror URLGravatar Tom Willemse2015-01-201-0/+7
| | | | | | 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.
* Bring back the SVG modelineGravatar Tom Willemse2015-01-201-7/+6
|
* Reset mode-line-format in the *scratch* bufferGravatar Tom Willemse2015-01-201-0/+1
| | | | | | 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.
* Enable projectile global modeGravatar Tom Willemse2015-01-201-0/+1
|
* Add dependency on projectileGravatar Tom Willemse2015-01-201-0/+1
|
* Ignore some more stuffGravatar Tom Willemse2015-01-071-0/+2
|
* Add some more tag facesGravatar Tom Willemse2015-01-071-5/+4
|
* Use web-mode for *.html.erbGravatar Tom Willemse2015-01-071-0/+7
|
* Enable hl-indent-mode for any prog-modeGravatar Tom Willemse2015-01-071-1/+1
|
* Update the awesome modeline after closing a groupGravatar Tom Willemse2015-01-071-0/+20
|
* Autoload hl-indent-modeGravatar Tom Willemse2015-01-071-0/+1
|
* Require rvmGravatar Tom Willemse2015-01-071-0/+1
|
* Require slim-modeGravatar Tom Willemse2015-01-071-0/+1
|
* Require hl-indentGravatar Tom Willemse2015-01-071-0/+1
|
* Require feature modeGravatar Tom Willemse2015-01-071-0/+1
|
* Set some initial states to insertGravatar Tom Willemse2014-12-281-1/+2
|
* Enable electric indent in ruby buffersGravatar Tom Willemse2014-12-281-0/+6
|
* Show loaded project when making a noteGravatar Tom Willemse2014-12-271-0/+3
|
* Revert "Remove evil"Gravatar Tom Willemse2014-12-272-1/+47
| | | | This reverts commit 437292c92769c3c93167f1c3135fd9efb35e11cb.
* Move lexical binding to top of outputGravatar Tom Willemse2014-12-191-9/+9
|
* Remove evilGravatar Tom Willemse2014-12-162-47/+1
|
* Remove scss-mode dependencyGravatar Tom Willemse2014-12-161-1/+0
| | | | | | There's a built-in SCSS mode now, and it appears to conflict with this one. When both are installed, the built-in one is loaded but it shows almost no fontification.
* Add snippetsGravatar Tom Willemse2014-12-102-0/+17
|
* Update org capture templatesGravatar Tom Willemse2014-12-101-3/+3
| | | | I'm trying out some GTD, which uses inbox rather than task queue.
* Update haml-mode functionsGravatar Tom Willemse2014-12-101-3/+8
|
* Update SCSS mode functionsGravatar Tom Willemse2014-12-101-0/+8
|
* Add simple multiplication table functionGravatar Tom Willemse2014-12-101-0/+10
|
* Add debbugs packageGravatar Tom Willemse2014-12-101-0/+1
|
* Allow rails and ruby to be controlled from emacsGravatar Tom Willemse2014-11-242-12/+9
|
* Set eww-mode to default to emacs-state in evilGravatar Tom Willemse2014-11-231-1/+1
|
* Add CSS settings to literate initGravatar Tom Willemse2014-11-141-0/+9
|
* Set whitespace-style locallyGravatar Tom Willemse2014-11-121-1/+1
|
* Don't use display table to show tabs in PHPGravatar Tom Willemse2014-11-121-1/+1
|