Commit graph

35 commits

Author SHA1 Message Date
Bozhidar Batsov ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
Bozhidar Batsov c2da437aa4 Update copyright years 2015-03-03 13:04:34 +02:00
k1-hedayati c46079e698 Revert "[Fix #782] Added magit-filenotify"
This reverts commit 003bbc4e0b.

Conflicts:
	core/prelude-packages.el
2015-01-19 23:14:46 +03:30
k1-hedayati 003bbc4e0b [Fix #782] Added magit-filenotify 2015-01-15 12:30:03 +03:30
k1-hedayati 48d41e6052 Removed redundant guru-mode require package 2015-01-15 10:13:23 +03:30
Bozhidar Batsov dc82375714 Update copyright years 2014-12-07 11:37:46 +02:00
Bozhidar Batsov 00d4587105 Fix 2014-09-14 09:14:20 +03:00
Bozhidar Batsov 438c3e5bdf Move prelude-ido-goto-symbol to prelude-core 2014-09-14 09:13:16 +03:00
Bozhidar Batsov fda768992e [Fix #663] Make guru-mode warn by default 2014-09-14 08:57:02 +03:00
Bozhidar Batsov 50e430f2e6 Enable which-function-mode for all major modes 2014-09-01 11:55:43 +03:00
toctan 07ff79872e Move smartparens pair definition out of hooks
There are two reasons for doing this:
- It's inefficient, we don't have to define the pairs every time we
  enter the mode.
- It's extremely difficult to override the pair definition, even with
  `eval-after-load` and `add-hook`
2014-06-25 11:04:49 +08:00
toctan ab64e2bb3c Extra newline and indent when RETURN between {} 2014-06-04 20:23:08 +08:00
Bozhidar Batsov dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02:00
Bozhidar Batsov 7e20d8bf2b Highlight the : in comment annotations as well 2013-09-26 14:43:04 +03:00
Bozhidar Batsov b3277d190e Add a comment 2013-09-26 14:34:10 +03:00
Bozhidar Batsov 5a01605564 Enable smartparens only for programming modes 2013-09-26 14:33:33 +03:00
Bozhidar Batsov a752457a62 Rename prelude-add-comment-annotations to prelude-font-lock-comment-annotations 2013-07-24 16:26:19 +03:00
Bozhidar Batsov b474df9609 Cleanup comment annotation highlighting a bit 2013-07-24 16:13:32 +03:00
Bozhidar Batsov 213b3c9f11 Try to resolve a potential problem with tuareg-mode and which-function-mode 2013-04-29 23:58:06 +03:00
toctan cca24f3bb9 Recenter the screen after goto-symbol 2013-04-29 16:38:26 +08:00
Bozhidar Batsov c07fccb701 Use global-flycheck-mode 2013-04-12 17:36:13 +03:00
Bozhidar Batsov 00661efa2a A bit of cleanup and doc-string fixes 2013-03-07 09:57:33 +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 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 269e9137ec updated copyright 2013-01-02 13:13:59 +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 4acc2043b6 strip the faces of symbol strings in prelude-ido-goto-symbol 2012-12-23 09:54:46 +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 23f3853a95 extracted non-essential modules to a separate project 2012-04-17 17:35:21 +03:00
Perry Kundert 04b1fe44c3 Convert all prelude-*-mode-hooks into actual hooks (allow add-hook) 2012-02-27 14:32:19 -07:00
Bozhidar Batsov 2018709128 refactored prog-mode related config into a separate module 2011-12-07 22:21:32 +02:00