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
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