roryk
d757699536
Fix for ESC -> meta in terminal mode.
...
If you hit esc-key in terminal mode very quickly, it gets interpreted
as meta-key, which makes evil-mode unusable in terminal mode. The
default value of 0.01 doesn't completely fix this behavior, but
setting it to 0 does. The meta key still works fine with it at 0.
2014-07-19 13:05:47 -04:00
Alexey Romanov
4666983a5e
Add fast math entry methods
2014-07-19 10:57:19 +04:00
Bozhidar Batsov
275289a497
Merge pull request #606 from alexeyr/company-auctex
...
Add company backends for AUCTeX
2014-07-19 09:31:57 +03:00
Alexey Romanov
27d74fe405
Company autocompletion for AUCTeX
2014-07-19 09:29:23 +04:00
Geoff Shannon
6bd092dc5b
Add basic ocaml setup for prelude
2014-07-18 00:22:21 -07:00
Daniel Wu
a3f6b0e53d
enabled evil-visualstar by default
2014-07-16 07:12:46 -04:00
Bozhidar Batsov
5bee586f0a
[ Fix #602 ] Associate .tpl files with web-mode
2014-07-15 11:40:18 +03:00
toctan
ffe8350530
Start slime automatically with slime-auto-start
2014-06-30 20:02:40 +08:00
toctan
158f695813
Do not bind "C-c i" to slime-inspect
...
This keybinding is in conflict with that of `prelude-ido-goto-symbol`,
and `slime-inspect` is already bound to "C-c I"
2014-06-30 20:02:37 +08:00
Bozhidar Batsov
5445a40453
Merge pull request #587 from swhalen/two-quicklisp-dirs
...
Look for Quicklisp in ~/quicklisp and ~/.quicklisp
2014-06-25 14:36:30 +03:00
Simon Whalen
d7ba68c19f
Look for Quicklisp in ~/quicklisp and ~/.quicklisp
...
In `prelude-common-lisp.el`, look in both `~/quicklisp/` and
`~/.quicklisp/` for `slime-helper.el`, on the assumption that most users
will have Quicklisp installed in one of these two locations.
This commit fixes #582
2014-06-25 22:34:11 +12: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
Doug MacEachern
3491279585
Add key bindings for godoc
...
C-h G -> godoc: can be used in any mode
C-h f -> godoc-at-point: go-mode only
2014-06-18 08:41:35 -07:00
Bert Chang
1d4d92b655
Rename evil-surround due to upstream changing.
2014-06-17 17:47:31 +08:00
Bozhidar Batsov
fbdb60a8ee
Merge pull request #542 from avsej/yank-to-end-of-line
...
prelude-evil: add 'nmap Y y$' equivalent
2014-06-14 21:59:28 +03:00
Sergey Avseyev
fa45eba962
Apply prelude codestyle
2014-06-14 20:37:27 +03:00
Bozhidar Batsov
b60180b9c4
Merge pull request #572 from toctan/prelude-web
...
Make web-mode play nice with smartparens
2014-06-14 09:43:10 +03:00
toctan
149f9ec301
Run prelude-prog-mode-hook with CSS
...
I don't know if CSS should be count as a programming language, but the
utilities provided in the `prelude-prog-mode-hook`, such as
smartparens, whitespace-mode, comment annotation, are also very useful
when editing CSS files.
2014-06-14 11:17:19 +08:00
toctan
207ec885db
Make web-mode play nice with smartparens
...
web-mode's auto paring is in conflict with smartparens. With
smartparens, since the closing '>' is inserted right after the opening
'<' and web-mode is not aware of that, the extra closing '>' would be
inserted. That's very annoying.
2014-06-14 10:48:16 +08:00
toctan
f73e348534
Remove web-mode customization
...
- Code indent offset is subjected to personal taste, I think we should
stick to the web-mode default, which is sensible enough, and leave it
to the user to decide.
- `web-mode-disable-autocompletion` is no longer used by web-mode.
- As to `newline-and-indent`, I think we should be consistent across all
major modes. And this line of code will become useless with Emacs 24.4.
2014-06-14 10:29:27 +08:00
Rowan Thorpe
646905c505
Avoid compile warning in test for slime
2014-06-07 23:47:09 +03:00
Bozhidar Batsov
57dab8813e
Merge pull request #561 from toctan/scheme-complete
...
Add tab compelete and eldoc for scheme
2014-06-05 15:32:06 +03:00
Bozhidar Batsov
59b8d1710b
Merge pull request #566 from toctan/smart-curly-braces
...
Extra newline and indent when RETURN between {}
2014-06-04 19:02:43 +03:00
Bozhidar Batsov
a452530266
Merge pull request #565 from dougm/go
...
Add Go module
2014-06-04 19:02:29 +03:00
Doug MacEachern
d16214faa3
Add Go module
2014-06-04 08:57:56 -07:00
Bozhidar Batsov
2656ffa229
Set company-tooltip-flip-when-above to t
2014-06-04 15:57:29 +03:00
toctan
ab64e2bb3c
Extra newline and indent when RETURN between {}
2014-06-04 20:23:08 +08:00
toctan
4995a8ccd9
Add geiser for scheme
2014-06-04 17:36:05 +08:00
toctan
461a560ddd
Define prelude helm menu entry in its own module
2014-06-01 13:29:39 +08:00
Bin Huang
81953ad033
Move the prelude tips for key-chord-mode to it's module file.
2014-05-29 17:16:05 +08:00
Bozhidar Batsov
b998a8bd47
Don't recompile elc files outside of Prelude
2014-05-28 18:57:54 +03:00
Bozhidar Batsov
3f0322a806
Add extra keybindings for eval-defun and eval-buffer
2014-05-28 18:56:58 +03:00
Bozhidar Batsov
ef9580ca96
Get rid of the deprecated clojure-test-mode
2014-05-28 18:56:32 +03:00
Bozhidar Batsov
36822d7e3e
Log nREPL messages by default
2014-05-27 18:21:25 +03:00
mike-work
5e2cf18b4c
stopped highlighting issue in makefiles
2014-05-20 16:36:25 +01:00
Sergey Avseyev
1b7a80d8b7
prelude-evil: add 'nmap Y y$' equivalent
2014-05-17 12:04:06 +03:00
Bozhidar Batsov
d3954749fa
[ Fix #535 ] Correct coffee-mode's config
2014-05-15 17:38:15 +03:00
Bozhidar Batsov
e3c373ca13
Auto-join #prelude-emacs and #projectile IRC channels
2014-05-10 15:09:38 +03:00
Bozhidar Batsov
370d0fe473
Merge pull request #523 from roryk/upstream
...
Add prelude-evil.
2014-05-10 11:16:51 +03:00
roryk
2aa1038e0b
Add prelude-evil.
...
A reasonable default setup for using evil-mode with prelude.
2014-04-26 11:28:48 -04:00
Antono Vasiljev
13ca5d59c1
Use ruby-mode for RABL templates
2014-04-25 16:43:29 +03:00
Sliim
4b17d9e55b
Use ruby-mode for Berksfile
2014-04-25 14:18:12 +02:00
Bozhidar Batsov
ef14f87c07
Merge branch 'master' of github.com:bbatsov/prelude
2014-04-08 11:57:45 +03:00
Bozhidar Batsov
9f7d22f417
Increase a bit the idle delay
2014-04-08 11:57:18 +03:00
Bozhidar Batsov
7ef65a6a3b
Remove some unneeded company config
2014-04-08 11:56:00 +03:00
Bozhidar Batsov
7f16c7b59b
Merge pull request #514 from jehrhardt/puppetfiles
...
Add ruby-mode to Puppetfiles
2014-04-07 19:49:59 +03:00
Jan Ehrhardt
9230f7118b
Add ruby-mode to Puppetfiles
...
Puppetfiles are similar to Gemfiles, but for librarian-puppet, that
manages dependencies on Puppet modules.
2014-04-07 18:32:08 +02:00
Bozhidar Batsov
5a228966ca
Add basic company config
2014-04-07 19:22:19 +03:00
Bozhidar Batsov
ada5e062e6
Add a basic shell module with some pretzo-related config
2014-04-04 15:13:07 +03:00
Bozhidar Batsov
7df35f074a
Merge pull request #506 from Abizern/podspec
...
Open .podspec files in Ruby mode
2014-04-01 10:28:50 +03:00
Abizer Nasir
320944cc9a
Open .podspec files in Ruby mode
...
.podspec files use a Ruby DSL for the CocoaPod dependency management
system, common in iOS development.
Although the Podspec file correctly opens in Ruby mode, the .podspec
file does not. This corrects that.
2014-04-01 08:25:44 +01:00
Abizer Nasir
4b680ddfc6
Correct terminator for .sbclrc
2014-04-01 08:23:01 +01:00
Abizer Nasir
46d31840e9
Open files with .cl extension in lisp-mode
...
I'm surprised that this isn't already the case.
Although most people use the .lisp extension, some do use .cl
2014-04-01 08:21:53 +01:00
Andrey Kouznetsov
b1854d35cb
don't enable coffee-cos mode if buffer filename is nil
2014-03-26 21:02:40 +06: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
Jeremy Bi
430c9825cb
web-mode is now compatible with minor modes
2014-02-03 09:53:24 +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
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
654e4eb463
Add browse-kill-ring package
2013-12-11 11:50:32 +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
Josh Comer
58ce966e46
Fix typo in prelude-ido
2013-12-06 11:48:02 -04: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
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
Sean Fisk
b65617dd16
Fix key-chord module commentary.
2013-11-20 19:35:59 -05:00
Bozhidar Batsov
3239f5c724
[ Fix #399 ] Extract key-chord into a separate module
2013-11-03 23:50:09 +02:00
Bozhidar Batsov
523a4851a6
Extract Helm support into a separate module
2013-11-03 23:37:40 +02:00
Bozhidar Batsov
a509b0a174
Remove obsolete markdown module
2013-11-03 23:24:21 +02:00
Bozhidar Batsov
fa42408438
Cask files are Emacs Lisp files
2013-11-03 23:09:56 +02:00
Bozhidar Batsov
82513bf204
Fix a typo in function name
2013-10-22 14:41:06 +03:00
Ranmocy Sheng
1c9935ff97
recompile elc instead of removing it when saving elisp file
2013-10-21 15:17:24 -07:00
Josh Comer
efa5ef3b02
Use correct hook for el-doc
2013-10-21 10:47:11 -03:00
Bozhidar Batsov
9eca62cd76
Define a few basic wrapping keybindings
2013-10-17 19:20:28 +03:00
Bozhidar Batsov
5cc16a8e25
Replace nrepl dep with cider
2013-10-17 15:23:04 +03:00
Bozhidar Batsov
4aa57ec81c
Replace nrepl.el with cider
2013-10-17 15:22:16 +03:00
Bozhidar Batsov
2b28cfb41b
Merge pull request #411 from hbin/patch-1
...
Don't need to require the `smartparens-ruby` explicitly.
2013-10-13 23:46:30 -07:00
Bin Huang
4a02738e6e
Don't need to require the smartparens-ruby
explicitly.
...
As of the smartparens-config will require automatically. Here is the [code](https://github.com/Fuco1/smartparens/blob/master/smartparens-config.el#L74 ).
2013-10-14 11:21:02 +08:00
Gabriel J. Pérez Irizarry
3231c6bf39
Fix typo, improve styling.
2013-10-10 10:29:56 -04:00
Gabriel J. Pérez Irizarry
0117ffda38
Move docs, provide link in README.
2013-10-10 10:25:19 -04:00
Bozhidar Batsov
b4b604ded0
Remove an obsolete (and incorrect) config
2013-10-08 12:14:11 +03:00
Bozhidar Batsov
4ea6fcf69b
Fix inf-ruby config
2013-10-07 09:52:01 +03:00
Bozhidar Batsov
e67e9e6871
nrepl-mode is now nrepl-repl-mode
2013-10-03 14:50:51 +03: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
Gabriel J. Pérez Irizarry
a63f62b8c0
Unbind conflicting prelude-mode keys.
2013-09-25 17:04:07 -04:00
Bozhidar Batsov
78b6a8083d
Enable smartparens-strict-mode in Lisps
2013-09-18 12:17:51 +03:00
Bozhidar Batsov
fcff51fb41
[ Fix #365 ] Don't indent with tabs in c-mode
2013-09-17 15:16:16 +03:00
Bozhidar Batsov
98e453c640
Enable smartparens in the minubuffer during eval-expression
2013-09-04 12:14:43 +03:00
Bozhidar Batsov
06d0c0c6ce
[ Fix #377 ] Require smartparens-latex in latex module
2013-09-02 18:42:58 +03:00
Gabriel J. Pérez Irizarry
8a182d8dd3
Fix issue disabling white-space-mode.
2013-08-01 12:58:19 -04:00
Gabriel J. Pérez Irizarry
1f141e9b08
Adds web-mode and prelude module.
2013-08-01 11:23:37 -04: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
d47293858c
Correct substatement indentation in c-mode ( fixes #342 )
2013-07-13 13:55:58 +03:00
Bozhidar Batsov
e12d5fbf51
Minor cleanup
2013-07-08 12:49:35 +03:00
capdevc
c997127958
Remove paredit stuff from prelude-common-lisp.el
...
The paredit backspace override without having paredit-backward-delete-key defined by paredit was breaking slime loading. I commented this out rather than deleting it since I noticed you had just commented out other paredit stuff elsewhere
2013-07-07 15:28:55 -05:00
Bozhidar Batsov
427bc31866
Replace electric-indent-mode and paredit with smartparens
2013-06-29 11:09:16 +03:00
Bozhidar Batsov
fb1164e37f
Enable manually elisp-slime-nav ( fixes #325 )
2013-05-23 11:38:04 +03:00
Bozhidar Batsov
5e93ddc62b
Fix #313 - invoke prelude-remove-elc-on-save only for Emacs Lisp buffers
2013-05-03 15:42:27 +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
3996597b44
Fix a typo
2013-04-29 11:07:58 +03:00
Bozhidar Batsov
0f9bff7c71
Don't run checkdoc checker on elisp test files
2013-04-29 10:56:32 +03:00
Bozhidar Batsov
9fbef947b5
Clean up Emacs Lisp config
2013-04-29 08:00:04 +03:00
Bozhidar Batsov
3525aaa6f7
Enable subword-mode in python-mode
2013-04-21 22:29:10 +03:00
Bozhidar Batsov
2d46a71bcc
python.el is now part of Emacs
2013-04-21 22:28:32 +03:00
Bozhidar Batsov
c07fccb701
Use global-flycheck-mode
2013-04-12 17:36:13 +03:00
Bozhidar Batsov
a95b60eda6
Open .jbuilder files in ruby-mode
2013-03-15 16:06:06 +02:00
Bozhidar Batsov
02b3f27e65
Cleaned up some requires here and there
2013-03-12 21:56:21 +02:00
Bozhidar Batsov
480170f7a9
Minor doc fixes
2013-03-10 19:44:52 +02:00
Bozhidar Batsov
00661efa2a
A bit of cleanup and doc-string fixes
2013-03-07 09:57:33 +02:00
Bozhidar Batsov
5803d30af6
Clean up the modeline a bit with diminish.el
2013-03-06 21:43:59 +02:00
Bozhidar Batsov
18412db68d
Improve the behaviour of the visit-ielm command
2013-01-30 18:09:25 +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
91a4c94730
Add imenu support for markdown-mode.
2013-01-13 15:08:21 +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
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
0d09e2a268
added clojure-test-mode
2013-01-01 21:33:28 +02:00
Bozhidar Batsov
67e34d8831
latest elisp-slime-nav autoloads its emacs-lisp hook
2013-01-01 21:29:40 +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
4acc2043b6
strip the faces of symbol strings in prelude-ido-goto-symbol
2012-12-23 09:54:46 +02:00
Bozhidar Batsov
410c1ca4c9
migrated to scala-mode2
2012-12-19 16:36:19 +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
Bozhidar Batsov
66bc6f0809
make heavier use of autogenerated autoloads and eval-after-load to
...
optimize the load time
2012-04-12 18:21:19 +03:00
Bozhidar Batsov
5b2ef06840
refactored prelude-ruby into several modules
2012-04-12 17:11:50 +03:00
Bozhidar Batsov
072095652f
fixed yasnippet dirs
2012-04-12 15:42:50 +03:00
Bozhidar Batsov
5c0cd6b19e
fixed helm deps
2012-04-12 14:54:25 +03:00
Bozhidar Batsov
b8c5cfa975
fixed a potential Helm problem
2012-04-10 18:08:34 +03:00
Bozhidar Batsov
e9bace9d07
Merge branch 'master' of github.com:bbatsov/emacs-prelude
2012-04-10 16:17:04 +03:00
Bozhidar Batsov
18b1fdfa64
nicer predefined Helm
2012-04-10 16:16:52 +03:00
Emanuel Evans
09e3ceebfa
Update to work with latest version of inf-ruby
...
inf-ruby-keys renamed to inf-ruby-update-keybindings
2012-04-09 23:12:04 -04:00
Bozhidar Batsov
f8dfa4b099
fixed #120 - added helm and yasnippet to the list of packages
2012-04-06 18:37:31 +03:00
Bozhidar Batsov
371fea6e16
rebased to MELPA
2012-04-06 17:02:27 +03:00
Bozhidar Batsov
10f0b11bb8
updated helm keybinding to match suggested one
2012-04-04 18:50:34 +03:00
Bozhidar Batsov
2847f3fb76
Merge branch 'master' of github.com:bbatsov/emacs-prelude
2012-04-04 12:38:06 +03:00
Bozhidar Batsov
c7b207d7b9
fixed #111 - yasnippet not loading snippets from personal/snippets
2012-04-04 12:37:55 +03:00
Bozhidar Batsov
e4850b9221
fixed #114 - added missing prelude-mediawiki provide
2012-03-30 23:25:10 +03:00
Bozhidar Batsov
5ea0f20b9a
added mediawiki support
2012-03-30 15:26:12 +03:00
Bozhidar Batsov
d91e23b049
fixed #110 - removed global bindings for bury buffer
2012-03-29 14:45:41 +03:00
Bozhidar Batsov
072d856621
fixed #107 - url encoded the google query string
2012-03-28 14:40:50 +03:00
Bozhidar Batsov
ab37af433f
fixed #99 - duplicate keybinding for bury-buffer
2012-03-28 14:38:11 +03:00
Bozhidar Batsov
98ec2368ae
improved the conventions for snippet placement
2012-03-21 16:50:01 +02:00
Bozhidar Batsov
ab0f584abf
fixed #97 - helm-config should be loaded before projectile
2012-03-20 21:45:51 +02:00
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
Bozhidar Batsov
78b726d49b
moved both zenburn and solarized to Marmalade
2011-12-04 00:32:42 +02:00
Bozhidar Batsov
f19c00c272
added el-get for easier package management
2011-12-03 18:10:54 +02:00
Bozhidar Batsov
f5b6442833
fixed the name of prelude-prog-mode-hook
2011-12-02 22:31:27 +02:00
Bozhidar Batsov
6e31729ba9
Make use of the new prog-mode/prog-mode-hook functionality in Emacs 24
2011-12-01 23:55:47 +02:00
Bozhidar Batsov
1800908443
enabled subword-mode in haskell-mode
2011-11-29 13:04:32 +02:00
Bozhidar Batsov
ef111dc966
fixed #29 - cannot insert tabs into Makefile
2011-11-29 09:20:01 +02:00
Bozhidar Batsov
6d3d16fa39
cleaned up hooks a bit
2011-11-27 14:55:59 +02:00
Bozhidar Batsov
4bc0350c47
customizations are no more - they don't work particularly well for
...
something like Prelude
2011-11-27 13:47:34 +02:00
Bozhidar Batsov
6eba2006ff
extracted some user specific ERC settings into a sample
...
personal-erc.el that others can use in their personal Prelude folder
2011-11-23 23:19:59 +02:00
Bozhidar Batsov
73bd5118fc
Merge branch 'master' of github.com:bbatsov/emacs-prelude
2011-11-23 22:45:00 +02:00
Bozhidar Batsov
c3eaf1a415
replaced delete-trailing-whitespace with whitespace-cleanup
2011-11-23 22:44:49 +02:00
Bozhidar Batsov
5c716ea493
fixed #24 - added some basic org-mode config
2011-11-23 12:48:09 +02:00
Bozhidar Batsov
54bf2a3753
fixed #25 - problem with python indentation
2011-11-23 12:39:50 +02:00
Mathieu Braem
f51ae0cc6b
tool-bar-mode does not properly work in a tty
2011-11-23 11:13:32 +01:00
Bozhidar Batsov
546d89e98f
added basic support for Python programming and an extensive ERC config
...
(to be refined)
2011-11-18 17:16:50 +02:00
Bozhidar Batsov
9b57406fe2
changed default indent offset in scss-mode to 2
2011-11-10 17:38:38 +02:00
Bozhidar Batsov
26c3bc0a54
disabled the annoying scss-mode auto-compilation-on-save feature
2011-11-10 10:38:09 +02:00
Bozhidar Batsov
d32782fa6d
enable the reuse of the current dired buffer with 'a'
2011-11-10 10:37:39 +02:00
Bozhidar Batsov
f110d4c79e
activate global-hl-line-mode by default
2011-11-08 16:43:19 +02:00
Bozhidar Batsov
4f09ad90a1
added yaml-mode require
2011-11-08 12:30:44 +02:00
Bozhidar Batsov
5ce3c780e3
bound prelude-open-with to C-c o
2011-11-01 18:48:06 +02:00
Bozhidar Batsov
89d0b712b0
a bit of cleanup
2011-10-22 23:50:40 +03:00
Bozhidar Batsov
7b108c386b
better system-type handling
2011-10-20 00:54:17 +03:00
Martin Karlsson
b4e084fa56
system-type is a symbol, not a string, so
string=' will never evaluate to `t'
2011-10-19 23:16:44 +03:00
Bozhidar Batsov
76b70ca0ba
nicer haskell hook
2011-10-15 23:43:52 +03:00
Bozhidar Batsov
3ee1379252
added some basic javascript setup
2011-10-15 23:05:13 +03:00
Bozhidar Batsov
b4dd55883f
added basic customization support
2011-10-15 13:04:02 +03:00
Bozhidar Batsov
29ca3b99c4
made prelude-dir relative to the location of Prelude's init.el
2011-10-11 22:21:31 +03:00
Bozhidar Batsov
13ce41a3e3
leftover from the previous commit
2011-10-11 21:24:22 +03:00
Bozhidar Batsov
708a6cb629
better documentation, better init sequence
2011-10-11 21:09:02 +03:00
Bozhidar Batsov
9d6a4543c0
added basic scheme setup
2011-10-11 07:25:35 +03:00
Bozhidar Batsov
4b9386b555
cleanup & small fixes
2011-10-11 00:38:10 +03:00