Commit graph

898 commits

Author SHA1 Message Date
Bozhidar Batsov 438f8673e2 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.
2013-02-07 00:34:28 +02:00
Bozhidar Batsov d324388bdc Add undo-tree to the default Prelude packages 2013-02-07 00:34:02 +02:00
Bozhidar Batsov 0ffef17473 Merge pull request #262 from korthaerd/master
update the command for installing aspell
2013-01-30 14:39:20 -08:00
korthaerd db1460d042 update the command for installing aspell 2013-01-30 22:43:55 +01:00
Bozhidar Batsov 18412db68d Improve the behaviour of the visit-ielm command 2013-01-30 18:09:25 +02:00
Bozhidar Batsov 0ec13719da Merge branch 'master' of github.com:bbatsov/prelude
Conflicts:
	core/prelude-core.el
2013-01-30 18:07:00 +02:00
Bozhidar Batsov 71416f0008 Improve the behaviour of the visit-term command 2013-01-30 18:04:51 +02:00
Bozhidar Batsov 77cab66b86 Merge branch 'master' of github.com:bbatsov/prelude 2013-01-29 23:58:29 +02:00
Bozhidar Batsov b84dfee681 Introduce prelude-visit-ielm command and bind it to C-c C-z (a-la-slime) 2013-01-29 23:58:15 +02:00
Bozhidar Batsov 58777d16f2 Open ansi-term buffer in another window 2013-01-29 23:56:37 +02:00
Bozhidar Batsov cab4b80766 Display truly "random" tip on startup 2013-01-28 12:30:22 +02:00
Bozhidar Batsov 4dc0026c5e Fix #261 - add missing dot in directory name 2013-01-28 12:26:00 +02:00
Bozhidar Batsov 1f7f6d0bbd Fix #255.
`prelude-duplicate-current-line-or-region` was broken after the introduction of
dash.el.
2013-01-19 09:01:46 +02:00
Bozhidar Batsov 202451cb57 Remove dubious workaround for package.el timeout problem. 2013-01-17 12:19:57 +02:00
Bozhidar Batsov 90a6a5c8e1 Map Command to Meta as well. 2013-01-17 12:17:57 +02:00
Bozhidar Batsov 2211e1137a Auto-install slim-mode. 2013-01-17 12:17:35 +02:00
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