Commit graph

1224 commits

Author SHA1 Message Date
Jan Ehrhardt
7b4fdcaa0d Use settings from .editorconfig file ()
When an .editorconfig file is present in the project, it should be
used.
2017-01-04 01:07:37 +02:00
Neurolit
252f42833e Don't alter C-a binding in orgmode 2017-01-04 01:05:25 +02:00
Joel Holder
2a49600680 Update saveplace to work with Emacs 25 () 2016-10-26 08:36:17 +02:00
Ben Denham
8f014589a7 Ignore emacs desktop files () 2016-10-24 08:08:45 +02:00
Bozhidar Batsov
d16c121c68 [Fix ] Correct the Salt link in the README 2016-10-06 13:26:07 +03:00
Bozhidar Batsov
7bb58b8e86 [Fix ] Update a reference to a crux function 2016-10-06 13:23:22 +03:00
Bozhidar Batsov
b05126e41e Update the README for Emacs 25 2016-10-03 08:58:09 +03:00
Karl Erik Holter
086c389b1d Rename .emacs if it exists in the installer()
If user has a $HOME/.emacs file, the prelude installer script
will install just fine, but when starting emacs, nothing will
take effect because emacs doesn't load .emacs.d/init.el if .emacs
exists. Because this is confusing for new users, the installer should
default to renaming this file to make emacs actually load prelude.
2016-10-02 08:19:01 +03:00
ken-olstad
ccedc77285 Add helm-occur-from-isearch to isearch-mode-map () 2016-09-25 07:58:47 +03:00
Rahiel Kasim
7551ed6e33 Wrap kill-region with defadvice from crux () 2016-09-25 07:58:06 +03:00
Gaelan D'costa
e8a0f5e833 pretzo -> prezto () 2016-09-22 09:21:27 +03:00
Gregg Hernandez
f5f4d773f3 Add kotlin-mode to the auto-install list () 2016-07-23 19:17:40 +03:00
Novak Boškov
74b2b76618 Fix a broken link in README.md () 2016-06-04 01:27:45 +03:00
Bozhidar Batsov
f27de9705c Add a gratipay badge 2016-06-02 16:43:18 +03:00
Bozhidar Batsov
8c4b939fa5 Make the scala-mode dependency explicit
This commit also adds back the auto-enabling of subword-mode together
with scala-mode.
2016-06-01 23:47:21 +03:00
Bozhidar Batsov
01c3d5153f Remove a mention of scala-mode2 2016-06-01 23:47:03 +03:00
Bozhidar Batsov
5e60495735 Update the donation options 2016-05-28 15:51:13 +03:00
Aaron Hu
0e223d22b6 Replace scala-mode2 with the ensime package ()
`scala-mode2` is no longer available on MELPA and it's not maintained anymore.
* the `ensime` package depends on `scala-mode` and `sbt-mode`.
2016-05-25 05:56:33 +03:00
Huang Bin
233d29c4d7 Update README.md () 2016-05-06 00:05:49 -07:00
Huang Bin
32354c79c5 Fix the crux-like changes () 2016-05-02 20:14:31 -07:00
wscisme
61dfff4b9e Change function name to crux () 2016-05-01 19:01:42 -07:00
Bozhidar Batsov
0447086cc2 Auto-install cask-mode when needed 2016-04-29 18:01:59 -07:00
Initial Zuo
2b85871805 Fix C-a behavior () 2016-04-29 10:39:05 -07:00
Bozhidar Batsov
ec56b3584d Replace some of the bundled code with the crux package 2016-04-28 18:42:14 -07:00
Bozhidar Batsov
3fef152774 [] Mention that Emacs 24.4 is required
Some packages are now depending on Emacs 24.4 (e.g. magit).
2016-04-28 16:14:14 -07:00
Bozhidar Batsov
567907abe6 Improve code style a bit 2016-04-28 11:40:28 -07:00
Bozhidar Batsov
7628e0bdb5 [Fix ] Use eldoc-mode instead of haskell-doc-mode 2016-04-28 11:39:40 -07:00
Eric Zhang
aafe4156ed Fix some auto-pairing issues when editing erb file with web-mode () 2016-04-18 09:19:06 -07:00
Bozhidar Batsov
555abd9a2f Merge pull request from pastafari/add-magit-hook
Add a hook to magit that notifies diff-hl
2016-04-13 17:16:00 -07:00
Mohit Thatte
02e0c2fc41 Add a hook to magit that notifies diff-hl
- as per the diff-hl-mode README
  If you're using a version before 2.4.0, it defines
  magit-revert-buffer-hook (or magit-not-reverted-hook),
  which we use.

  When using Magit 2.4 or newer, add this to your init script:
  (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)
2016-04-06 22:37:41 +05:30
Bozhidar Batsov
1f3ddb638c [Fix ] Add the which-key package 2016-03-10 10:51:21 +02:00
Bozhidar Batsov
3053164cf4 Disable the annoying bell ring 2016-02-14 12:08:33 +02:00
Bozhidar Batsov
703f84ae86 Merge pull request from syohex/non-dotted-pair
Fix non dotted pair element issue
2016-02-13 09:07:21 +02:00
Syohei YOSHIDA
526ffaaeca Fix non dotted pair element issue
Every element of auto-mode-list are not dotted pair. For example
.gpg, .gz etc. assoc-default returns list for such buffer names and
funcall raises error because it is not function.
2016-02-13 12:22:59 +09:00
Bozhidar Batsov
ebd6e9d591 Update the copyright years 2016-01-31 08:44:18 +02:00
Bozhidar Batsov
81cc977b16 Replace prelude-goto-symbol with imenu-anywhere 2016-01-30 12:44:16 +02:00
Bozhidar Batsov
601db9099e Update copyright 2015-12-25 11:31:41 +02:00
Bozhidar Batsov
3906f34d6c Update cider-mode's hook 2015-12-23 10:23:00 +02:00
Bozhidar Batsov
0c4457e1c8 Remove duplicated line 2015-12-19 16:53:56 +02:00
Bozhidar Batsov
5ce441b5ca Merge pull request from dylnclrk/master
Don't invoke set-fontset-font if it is void
2015-12-09 21:48:05 +02:00
Bozhidar Batsov
c468da28d4 Merge branch 'master' of github.com:bbatsov/prelude 2015-11-10 22:38:46 +02:00
Bozhidar Batsov
ea02ea7c1a Auto-install elm-mode if needed 2015-11-10 22:38:26 +02:00
Dylan Clark
a164dfa742 Don't invoke set-fontset-font if it is void
Prevent Prelude's OS X support from breaking the configuration of
users who do not install a Cocoa version of Emacs.
2015-11-02 16:08:21 -08:00
Bozhidar Batsov
4635797ed5 Merge pull request from 4e6/patch-1
Fix README for helm-projectile-find-other-file keybinding
2015-11-02 19:22:18 +02:00
Dmitry Bushev
b5f36a73d2 Fix README for helm-projectile-find-other-file keybinding 2015-11-02 16:09:20 +03:00
Bozhidar Batsov
f92ea41b72 Use beacon 2015-10-29 19:26:37 +02:00
Bozhidar Batsov
cbe988da7a Merge pull request from tmccombs/magit-log-key
Fix magit key bindings.
2015-10-29 16:22:02 +02:00
Bozhidar Batsov
9c07eaefbb Merge pull request from rprimus/ocaml-utop
Replace deprecated utop-setup-ocaml-buffer function
2015-10-29 16:21:46 +02:00
Richard Primus
09b61bbd48 Replace deprecated utop-setup-ocaml-buffer function 2015-10-29 12:51:00 +00:00
Thayne McCombs
9696c56d8b Fix magit key bindings 2015-10-23 22:44:04 -06:00