Commit graph

82 commits

Author SHA1 Message Date
Bozhidar Batsov 181a71d1d2 leftover from the previous commit 2012-03-16 12:46:19 +02:00
Bozhidar Batsov 22d6e07345 replaced anything with helm 2012-03-16 12:46:01 +02:00
Bozhidar Batsov ae95393e96 added anything-config 2012-03-13 17:20:19 +02:00
Bozhidar Batsov fbf925cc32 more informative frame-title-format 2012-03-13 17:16:01 +02:00
Bozhidar Batsov 7705c54aaa fixed #79 - Prelude's keybindings are after all just user keybindings 2012-03-09 16:24:25 +02:00
Bozhidar Batsov 78bd021354 fixed #89 - changed er/expand-region's default keybinding to C-c w 2012-03-09 16:20:46 +02:00
Bozhidar Batsov 811bf29287 added a bit of auto-indent on paste magic and auto detection of script files 2012-03-07 13:06:33 +02:00
Bozhidar Batsov 5f81a0bdd8 moved the auto-save code to the editor module 2012-03-07 11:51:57 +02:00
Bozhidar Batsov d0e5ef316d Merge branch 'master' of github.com:bbatsov/emacs-prelude 2012-03-06 19:23:18 +02:00
Bozhidar Batsov 935db6d62b auto-save files on window or buffer switch 2012-03-06 19:23:04 +02:00
Gleb Peregud 5921ed3a91 make C-c C-k aware of rebar and rebar.config 2012-02-29 14:00:04 +01:00
Emanuel Evans 8830d8e873 Fixed a bug in Makefile hook configuration 2012-02-27 23:19:53 -05:00
Perry Kundert 04b1fe44c3 Convert all prelude-*-mode-hooks into actual hooks (allow add-hook) 2012-02-27 14:32:19 -07:00
Perry Kundert cc2836c4f6 Retain correct 8-character tabs, but avoid them for future indenting 2012-02-27 12:49:00 -07:00
Bozhidar Batsov 83f50fcf91 nicer check for the presence of fringe-mode 2012-02-26 20:58:56 +02:00
Perry Kundert 21b835d755 Catch void-function error if fringe-mode undefined (non-window build) 2012-02-25 17:42:59 -07:00
Gleb Peregud 5647f1a883 add missing keys to restore 2012-02-24 16:43:59 +01:00
Bozhidar Batsov f6768ef17d enabled a couple of useful commands by default 2012-02-23 18:22:18 +02:00
Bozhidar Batsov 605afde052 introduced prelude-mode 2012-02-23 18:02:34 +02:00
Bozhidar Batsov 6a1ca6b0dc disable M-left and M-right global keybindings 2012-02-23 16:39:06 +02:00
Bozhidar Batsov c8d307d8cc used kill-new instead of temp buffer in prelude-copy-file-name-to-clipboard 2012-02-23 16:21:19 +02:00
Nicholas Kirchner 0b5ef9f229 OS X menu bars fix 2012-02-18 17:25:45 -06:00
Bozhidar Batsov 802118c21c added magithub 2012-02-18 22:29:59 +02:00
Gleb Peregud 7db727d1c3 add volatile-highlights 2012-02-18 20:30:28 +01:00
Gleb Peregud eeb8b22540 replace ack-and-a-half with package from Marmalade 2012-02-18 16:33:47 +01:00
Bozhidar Batsov 103dbcd8d0 restored yasnippet 2012-02-17 22:12:32 +02:00
Bozhidar Batsov 677ebde235 used a smaller fringe 2012-02-16 18:01:48 +02:00
Bozhidar Batsov a732fef4fb Merge branch 'master' of github.com:bbatsov/emacs-prelude 2012-02-16 12:41:09 +02:00
Bozhidar Batsov 100055e879 fixed #66 - added prelude-restore-arrow-keys function 2012-02-16 12:41:03 +02:00
Gleb Peregud c4f3b4e524 fix ediff unnecessary frame 2012-02-15 21:56:40 +01:00
Bozhidar Batsov fb9310734c fixed #15 - don't show the menu-bar in an OS X terminal frame 2012-02-15 19:02:51 +02:00
Bozhidar Batsov f6b89b9b18 added expand-region 2012-02-15 18:26:57 +02:00
Bozhidar Batsov 119706dee6 fixed a typo 2012-02-15 18:16:48 +02:00
Gleb Peregud 10f7bebf95 add prelude-erlang 2012-02-15 15:42:49 +01:00
Bozhidar Batsov 2bd9b151b5 fixed #63 - switched for full-ack to ack-and-a-half 2012-02-15 14:34:00 +02:00
Bozhidar Batsov 5eced03c42 fixed #46 - fixed Emacs close window problem 2012-02-14 13:21:04 +02:00
Bozhidar Batsov 401a913402 fixed #60 - removed el-get due to Windows related problems it was causing 2012-02-14 13:08:53 +02:00
Bozhidar Batsov 20953fcf02 added a missing (not) 2012-01-27 11:57:27 +02:00
Bozhidar Batsov ad1d88ba83 fixed nasty init error 2012-01-26 19:37:42 +02:00
Bozhidar Batsov 32b38787d6 minor fix to prelude-kill-other-buffers 2012-01-26 16:57:51 +02:00
Bozhidar Batsov 70210075fa added a helper function prelude-kill-other-buffers, that kills all
buffers, but the current one
2012-01-26 14:44:02 +02:00
Bozhidar Batsov 48a25218ec fixes #54 #47 - don't do a package refresh on every startup, only when
there are required packages that are not installed
2012-01-26 14:14:38 +02:00
Bozhidar Batsov 2bd13331bc fixes #50 - hardcoded el-get-dir issues 2012-01-23 11:50:31 +02:00
Bozhidar Batsov 8e5022a509 added rainbow-mode 2012-01-10 15:31:45 +02:00
Bozhidar Batsov 0530c9a833 added support for the Groovy programming language 2011-12-21 15:25:26 +02:00
Bozhidar Batsov c6213b77bb inf-ruby 2.2.3 is finally in Marmalade, no need to keep it under vendor 2011-12-12 15:45:23 +02:00
Bozhidar Batsov 88066d8a59 Merge branch 'master' of github.com:bbatsov/emacs-prelude 2011-12-07 22:28:28 +02:00
Bozhidar Batsov b0552a847b refresh the package archive on every start 2011-12-07 22:28:16 +02:00
Bozhidar Batsov 2018709128 refactored prog-mode related config into a separate module 2011-12-07 22:21:32 +02:00
Justin Wood acaba6da25 added logging for org-mode when completing TODO items 2011-12-06 14:29:02 -05:00