Commit graph

382 commits

Author SHA1 Message Date
Bozhidar Batsov
29dc436b64 Make the list of modules loaded by Prelude configurable.
Modules loaded by Prelude can now easily be adjusted via
the file `prelude-modules.el` in Prelude's installation folder.
To disable a module simply comment it out; conversely uncomment
a module to enable it.
2013-01-13 20:42:17 +02:00
Bozhidar Batsov
5a8a724abb Fix the toggle behavior of prelude-mode. 2013-01-13 16:16:17 +02:00
Bozhidar Batsov
91a4c94730 Add imenu support for markdown-mode. 2013-01-13 15:08:21 +02:00
Bozhidar Batsov
97bab294cc Move Prelude's menu item under Tools. 2013-01-13 15:07:26 +02:00
Bozhidar Batsov
104c84e905 Add ace-jump-mode to the default package set. 2013-01-13 15:06:57 +02:00
Bozhidar Batsov
5344ac6109 removed the mention of prelude-modules from the README 2013-01-07 14:48:14 +02:00
Bozhidar Batsov
02ef7394e0 added contribution guidelines 2013-01-05 14:38:32 +02:00
Bozhidar Batsov
f242489747 enable whitespace-mode in modes derived from text-mode 2013-01-05 10:38:12 +02:00
Bozhidar Batsov
26259d90b8 flycheck issue with package.el is now resolved upstream 2013-01-03 23:08:32 +02:00
Bozhidar Batsov
35b16d34e5 disable flycheck until issues with package installation are resolved upstream 2013-01-03 13:44:08 +02:00
Bozhidar Batsov
f6683e9dc6 fixed a typo 2013-01-02 18:37:03 +02:00
Bozhidar Batsov
fb912ea26c added flycheck-mode 2013-01-02 18:00:12 +02:00
Bozhidar Batsov
ea106044eb enabled which-func in all modes that support it 2013-01-02 14:34:09 +02:00
Bozhidar Batsov
2d6670cf29 minor cleanup 2013-01-02 14:29:14 +02:00
Bozhidar Batsov
9cfdb2694a cleaned up some package dependency stuff 2013-01-02 14:26:54 +02:00
Bozhidar Batsov
269e9137ec updated copyright 2013-01-02 13:13:59 +02:00
Bozhidar Batsov
43cb5ecf8c enabled winner-mode by default 2013-01-01 21:38:50 +02:00
Bozhidar Batsov
0d09e2a268 added clojure-test-mode 2013-01-01 21:33:28 +02:00
Bozhidar Batsov
e8cd914e50 code style 2013-01-01 21:31:58 +02:00
Bozhidar Batsov
67e34d8831 latest elisp-slime-nav autoloads its emacs-lisp hook 2013-01-01 21:29:40 +02:00
Bozhidar Batsov
5c2b033d42 show the prelude-mode-map in prelude-mode's help 2013-01-01 21:27:22 +02:00
Bozhidar Batsov
0bc3897191 added an autoload and a keybinding for zap-up-to-char 2012-12-26 10:38:03 +02:00
Bozhidar Batsov
1c5658d882 by popular demand - added elisp-slime-nav 2012-12-23 15:33:27 +02:00
Bozhidar Batsov
152546ff48 reenabled whitespace-mode by default and made it a lot less intrusive 2012-12-23 11:24:55 +02:00
Bozhidar Batsov
61f53e6d06 Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-12-23 09:54:59 +02:00
Bozhidar Batsov
4acc2043b6 strip the faces of symbol strings in prelude-ido-goto-symbol 2012-12-23 09:54:46 +02:00
Bozhidar Batsov
23d7fbda3c Merge pull request #247 from Sliim/fix-personal-snippets-dir
Fix personal snippets directory
2012-12-22 01:53:16 -08:00
Sliim
a64989ad38 Fix personal snippets directory 2012-12-22 01:01:03 +01:00
Bozhidar Batsov
2f098392c7 fixed #246 - uncommented yasnippet init code 2012-12-20 15:12:10 +02:00
Bozhidar Batsov
1a61031c53 auto-install scala-mode2 instead of scala-mode 2012-12-20 14:25:07 +02:00
Bozhidar Batsov
410c1ca4c9 migrated to scala-mode2 2012-12-19 16:36:19 +02:00
Bozhidar Batsov
9384846e07 bye, bye cl 2012-12-17 17:43:35 +02:00
Bozhidar Batsov
7c986dd3ef fixed load order issue 2012-12-17 17:23:15 +02:00
Bozhidar Batsov
56d2ec3e9f fixed #242 - restored prelude-add-subfolders-to-load-path 2012-12-17 15:20:55 +02:00
Bozhidar Batsov
bb6f87c904 fixed #241 - fixed a typo in a function name 2012-12-15 23:05:47 +02:00
Bozhidar Batsov
b01492e7ea moved back the prelude modules into the main Prelude project 2012-12-15 22:07:25 +02:00
Bozhidar Batsov
207d21b5cd migrated a bit more code to dash.el 2012-12-15 20:42:19 +02:00
Bozhidar Batsov
07e822f95e started to replace cl code with dash.el 2012-12-15 18:37:54 +02:00
Bozhidar Batsov
a03dfe690d don't hide git clone errors 2012-12-09 18:42:13 +02:00
Bozhidar Batsov
18ed571f29 whitespace cleanup 2012-12-09 18:18:40 +02:00
Bozhidar Batsov
f931272111 fixed a bug with the prelude-flyspell check 2012-12-09 11:36:21 +02:00
Bozhidar Batsov
e5ecc1de53 Merge pull request #236 from akihiro4chawon/patch-1
Update prelude/prelude-editor.el
2012-12-08 23:40:23 -08:00
akihiro4chawon
52e74385de Update prelude/prelude-editor.el
fixed wrong type arument: symbolp, convenience
2012-12-09 14:56:35 +09:00
Bozhidar Batsov
952ce0ebbd make flyspell easier to disable 2012-12-09 01:01:16 +02:00
Bozhidar Batsov
d13d3933b7 adjusted the README to reflect recent configuration changes 2012-12-09 00:49:35 +02:00
Bozhidar Batsov
ad37ec6ad6 added variables that control the enabling/disabling of guru and whitespace-mode 2012-12-09 00:41:09 +02:00
Bozhidar Batsov
a9253bc967 enabled flyspell only is aspell is available 2012-12-09 00:25:58 +02:00
Bozhidar Batsov
7cbb23e77e fixed #228 - restored prelude-personal-snippets-directory 2012-12-09 00:14:53 +02:00
Bozhidar Batsov
8cdce659ef Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2012-12-08 21:00:48 +02:00
Bozhidar Batsov
f66a56a72e fixed #215 - made Prelude's auto-save optional (and improved it a bit in the process of doing so) 2012-12-08 20:59:59 +02:00