Commit graph

1178 commits

Author SHA1 Message Date
Bozhidar Batsov
43c4209dee Merge pull request #501 from wishbear/master
don't enable coffee-cos mode if buffer filename is nil
2014-03-26 17:19:57 +02:00
Andrey Kouznetsov
b1854d35cb don't enable coffee-cos mode if buffer filename is nil 2014-03-26 21:02:40 +06:00
Bozhidar Batsov
180d963b25 Merge pull request #499 from bixuanzju/patch-1
Attempt to refactor two "duplicate" functions.
2014-03-24 11:48:36 +02:00
Jeremy Bi
1c93689701 Attempt to refactor two "duplicate" functions.
Attempt to extract a generic function `prelude-get-positions-of-line-or-region` from `prelude-duplicate-current-line-or-region` and `prelude-duplicate-and-comment-current-line-or-region`
2014-03-20 11:05:40 +08:00
Bozhidar Batsov
08494c79db Merge branch 'master' of github.com:bbatsov/prelude 2014-03-10 11:59:12 +02:00
Bozhidar Batsov
c9b6b8a76c Don't mess with Projectile's modeline text 2014-03-10 11:58:31 +02:00
Bozhidar Batsov
39f95c16c5 Merge pull request #493 from pokehanai/hotfix/coffee-tabwidth
FIX: `coffee-mode` uses `coffee-tab-width` instead of `tab-width`.
2014-03-02 11:40:05 +02:00
HANAI tohru
4e8003b975 FIX: coffee-mode uses coffee-tab-width instead of tab-width.
And recently it has removed `tab-width` dependency completely.
2014-03-02 16:43:50 +09:00
Bozhidar Batsov
8a3e01cd32 [Fix #484] Set OS X specific latex settings conditionally 2014-02-06 10:36:01 +02:00
Bozhidar Batsov
1bb8852b0f Merge pull request #485 from bixuanzju/patch-1
web-mode is now compatible with minor modes
2014-02-02 23:16:42 -08:00
Jeremy Bi
430c9825cb web-mode is now compatible with minor modes 2014-02-03 09:53:24 +08:00
Bozhidar Batsov
8943f98302 Merge pull request #476 from ardumont/add-duckduckgo-search-engine
Add DuckDuckGo to the search engines list
2014-01-14 02:15:03 -08:00
Antoine R. Dumont
f83428f9f3 Add binding C-c U for DuckDuckGo search 2014-01-14 08:41:15 +01:00
Antoine R. Dumont
7cca7f718e Add DuckDuckGo search engine in the default list. 2014-01-11 19:17:59 +01:00
Antoine R. Dumont
8e573e1eb8 Factor the search engine installation to ease the future install of new ones. 2014-01-11 19:16:04 +01:00
Bozhidar Batsov
9fb9540410 Merge pull request #473 from jehrhardt/podfiles
Use ruby-mode for Podfile
2014-01-10 08:23:17 -08:00
Jan Ehrhardt
0a1e8e4057 Use ruby-mode for Podfile
A Podfile is used for CocoaPods to do a Bundler like dependency
management in XCode projects. Similar to a Rakefile or a Gemfile the
Podfile contains a dependency description in a Ruby based DSL.
2014-01-10 15:40:22 +01:00
Bozhidar Batsov
2c2855841c Merge pull request #465 from bixuanzju/patch-1
`lisp-complete-symbol` is obsolete
2014-01-06 05:55:50 -08:00
Jeremy Bi
1bbdf9219c Update prelude-lisp.el
Use `completion-at-point` since `lisp-complete-symbol` is obsolete as of Emacs 24.4.
2014-01-05 12:45:19 +08:00
Bozhidar Batsov
abe95bcb52 Mention guru-warn-only 2014-01-05 00:29:07 +02:00
Bozhidar Batsov
015c2de3b6 Bind ace-jump-mode to s-. as well 2014-01-02 11:38:49 +02:00
Bozhidar Batsov
f573fd99e4 Change C-c SPC to C-c j to avoid a conflict in org-mode
In org-mode C-c SPC is bound to `org-table-blank-field`
2014-01-02 11:35:58 +02:00
Bozhidar Batsov
7909617b9e Don't use C-x SPC as it's used in Emacs 24.4 by default for rectangular selection 2013-12-27 17:15:25 +02:00
Bozhidar Batsov
fa6795b71f Improve prelude-eval-and-replace 2013-12-21 22:15:52 +02:00
Bozhidar Batsov
86ba702f48 Enable browse-kill-ring's default keybindings 2013-12-14 11:06:53 +02:00
Bozhidar Batsov
77f8650b1e Merge pull request #456 from climatewarrior/add-module-docs
Adds comments to sample modules.
2013-12-13 06:39:17 -08:00
Bozhidar Batsov
a89d7f8b74 Merge pull request #457 from climatewarrior/updateKeyChords
Updates key chord bindings.
2013-12-13 06:39:00 -08:00
Gabriel J. Pérez Irizarry
ecf62ac168 Updates key chord bindings. 2013-12-13 10:07:02 -04:00
Gabriel J. Pérez Irizarry
5e9f19bc89 Adds comments to sample modules. 2013-12-13 09:43:43 -04:00
Bozhidar Batsov
654e4eb463 Add browse-kill-ring package 2013-12-11 11:50:32 +02:00
Bozhidar Batsov
d54d3956fd Improve tab's behavior
It now does both indentation and completion (when supported)
2013-12-07 09:40:05 +02:00
Bozhidar Batsov
fea2c44cbd Add wrapping commands to ielm-map 2013-12-07 09:15:12 +02:00
Bozhidar Batsov
8217618525 Simplify sexp wrapping code 2013-12-07 09:14:44 +02:00
Bozhidar Batsov
150ac9e510 [Fix #433] Disable problematic binding M-[ 2013-12-07 08:45:05 +02:00
Bozhidar Batsov
7507cecb9f Fix epl-upgrade invocation 2013-12-07 01:21:54 +02:00
Bozhidar Batsov
3179b18fc3 Merge branch 'master' of github.com:bbatsov/prelude 2013-12-07 01:02:34 +02:00
Bozhidar Batsov
c65b4ca336 Add prefix arg support prelude-update-packages
With a prefix arg it will update all installed packages.
2013-12-07 01:01:54 +02:00
Bozhidar Batsov
9ef4a6ef79 Merge pull request #452 from jjcomer/master
Fix typo in prelude-ido
2013-12-06 09:07:48 -08:00
Josh Comer
58ce966e46 Fix typo in prelude-ido 2013-12-06 11:48:02 -04:00
Bozhidar Batsov
4ca22fbf1c [Fix #451] Add the ability to preload personal code 2013-12-06 17:34:06 +02:00
Bozhidar Batsov
3cdb7f32ad [Fix #447] Extract ido config into a module
This should make it simpler to disable ido completely if you want to use
an alternative library (like `icomplete` or `icicles` for instance).
2013-12-06 17:10:04 +02:00
Bozhidar Batsov
d4a5224330 New keychord xx -> execute-extended-command 2013-12-06 16:35:56 +02:00
Bozhidar Batsov
3cc9ad7400 [Fix #444] Add command prelude-update-packages 2013-12-06 16:31:58 +02:00
Bozhidar Batsov
dbe0ed889a Use prelude-require-packages everywhere 2013-11-26 12:52:29 +02:00
Bozhidar Batsov
1b922c52c2 [Fix #436] Enable smartparens-mode in latex-mode 2013-11-21 12:51:24 +02:00
Bozhidar Batsov
851854a173 Merge branch 'master' of github.com:bbatsov/prelude 2013-11-21 11:46:56 +02:00
Bozhidar Batsov
9bdf8f6ace [Fix #416] Add quotes to the alias examples 2013-11-21 11:46:18 +02:00
Bozhidar Batsov
1a48711e60 Merge pull request #439 from seanfisk/fix-key-chord-commentary
Fix key-chord module commentary.
2013-11-20 22:32:01 -08:00
Sean Fisk
b65617dd16 Fix key-chord module commentary. 2013-11-20 19:35:59 -05:00
Bozhidar Batsov
b9000702b2 Replace mentions of WikEmacs with EmacsWiki 2013-11-19 13:52:27 +02:00