Commit graph

444 commits

Author SHA1 Message Date
Bozhidar Batsov 007ae88ed2 Replace dash with the built-in cl-lib 2018-05-08 22:54:42 +03:00
Bozhidar Batsov d6842eccad Replace some custom TODO & friends highlighting with the hl-todo
package
2018-05-08 20:19:38 +03:00
Bozhidar Batsov d09630aefb Tweak some OS references 2018-05-06 13:35:38 +03:00
Bozhidar Batsov 6bb668aa3b Add a helpful comment 2018-05-06 09:54:28 +03:00
Bozhidar Batsov 270ef647a1 Improve the code style 2018-05-06 09:53:24 +03:00
Bozhidar Batsov e1d2f4fd7e Rename prelude-osx.el to prelude-macos.el 2018-05-06 09:49:27 +03:00
Bozhidar Batsov d6786e33f1 [Fix #1147] Add an extra keybinding for ace-window that's Windows
friendly
2018-05-06 09:35:46 +03:00
Bozhidar Batsov bf57696835 Update the copyright years 2018-05-06 09:21:24 +03:00
Tyler Xing aa3ee6f7a9 Add graphql-mode auto installation 2018-04-25 10:54:19 -05:00
Bozhidar Batsov 838daf83d9 Kill obsolete defcustom prelude-shell 2017-12-25 11:29:27 +02:00
Erik Johansson bd287e657a Correct two minor spelling errors 2017-08-30 20:51:24 +03:00
Jennifer Page e0a86fcb02 [Fix #743] Add support for package pinning (#1048) 2017-01-04 09:17:48 +02:00
Bozhidar Batsov e0ca7c7003 Update the copyright years 2017-01-04 01:20:26 +02:00
Bozhidar Batsov 4ab668ddef Code style 2017-01-04 01:18:41 +02:00
Neurolit fbc6d1559a Use http protocol instead of https for ELPA on Windows 2017-01-04 01:15:41 +02:00
Jan Ehrhardt 7b4fdcaa0d Use settings from .editorconfig file (#1008)
When an .editorconfig file is present in the project, it should be
used.
2017-01-04 01:07:37 +02:00
Joel Holder 2a49600680 Update saveplace to work with Emacs 25 (#1046) 2016-10-26 08:36:17 +02:00
Rahiel Kasim 7551ed6e33 Wrap kill-region with defadvice from crux (#1035) 2016-09-25 07:58:06 +03:00
Gregg Hernandez f5f4d773f3 Add kotlin-mode to the auto-install list (#1016) 2016-07-23 19:17:40 +03:00
Bozhidar Batsov 01c3d5153f Remove a mention of scala-mode2 2016-06-01 23:47:03 +03:00
Huang Bin 32354c79c5 Fix the crux-like changes (#995) 2016-05-02 20:14:31 -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 (#991) 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
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 #977] 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
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 0c4457e1c8 Remove duplicated line 2015-12-19 16:53:56 +02:00
Bozhidar Batsov 5ce441b5ca Merge pull request #936 from dylnclrk/master
Don't invoke set-fontset-font if it is void
2015-12-09 21:48:05 +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 f92ea41b72 Use beacon 2015-10-29 19:26:37 +02:00
Bozhidar Batsov 05dc795f2b Merge pull request #911 from bkruczyk/customize-default-shell
Customize shell to run with prelude-visit-term-buffer
2015-10-15 12:21:09 +03:00
Bartłomiej Kruczyk c35bbaaca3 Customize shell to run with prelude-visit-term-buffer 2015-10-15 11:17:21 +02:00
Bozhidar Batsov 863e8c1cec Merge pull request #915 from ducky427/master
Use https for melpa
2015-10-14 17:52:07 +03:00
lvh 15656f072b Add emoji support
Enable emoji, and stop the UI from freezing when trying to display them.
2015-10-12 13:13:45 +02:00
Ducky 5e9a1596ce Use https for melpa 2015-10-06 14:26:43 +01:00
toctan 2160bd34a5 [Fix #902] Fix kill-region advice 2015-09-10 16:30:30 +08:00
Bozhidar Batsov 07dc2d1c5d Merge pull request #900 from toctan/fix-kill-region-ad
fix kill-region advice, close bbatsov/prelude#899
2015-09-06 11:31:12 +03:00
toctan 535e054208 [Fix #899] Make the kill-region advice play nice with rectangle-mark-mode 2015-09-06 13:57:15 +08:00
Bozhidar Batsov 4fd85a4e40 Merge pull request #888 from CNBorn/stylus-mode
Add stylus-mode auto installation
2015-09-06 08:55:44 +03:00
toctan e28d03818d Respect delete-by-moving-to-trash
close bbatsov/prelude#864
2015-09-03 23:45:46 +08:00
Tyler Xing 8e81a3c712 Add stylus-mode auto installation 2015-08-23 11:15:11 -04:00
Tyler Xing e2d8b9946e add json-mode auto installation 2015-08-04 22:41:12 -04:00
Bozhidar Batsov 8ef0d48991 Use the current theme's faces for smart-mode-line
Auto-detecting faces is not bad, but nothing beats manually
tuned theme faces.
2015-07-28 07:51:00 +03:00
Bozhidar Batsov 1e0911c720 [Fix #884] Adopt smart-mode-line 2015-07-21 14:35:35 +03:00
Bozhidar Batsov 605d9aa3de magit-blame-mode -> magit-blame 2015-07-12 00:07:39 +03:00
Bozhidar Batsov 4236acd5b5 Merge branch 'master' of github.com:bbatsov/prelude 2015-07-11 15:26:24 +03:00
Bozhidar Batsov 5c009999be magit-file-log -> magit-log-buffer-file 2015-07-11 15:25:41 +03:00
Charles Comstock a8a83aeb5e isearch-occur is included in emacs core upstream
Looks like it was originally incorporated in 2007,
6e3057bbed.

Technically this is bound to `M-s o` by default, but `C-o` is a nice shortcut.
2015-07-06 03:01:18 -05:00
Jonas Bernoulli 7fa9fd160c Bind C-x M-g to magit-dispatch-popup 2015-06-27 16:19:57 +02:00
Jonas Bernoulli 5e487e5f85 Don't add COMMIT_EDITMSG to recentf-exclude
Loading `git-commit.el' now already does that.
2015-06-27 16:17:29 +02:00
Bozhidar Batsov fe7997bc6e Merge branch 'master' of github.com:bbatsov/prelude 2015-05-22 08:52:22 +03:00
Bozhidar Batsov 2b6615381d [Fix #827] Make it possible to disable the tips 2015-05-22 08:51:47 +03:00
Bozhidar Batsov 25ad11c759 Use jump to word or subword by default 2015-05-22 08:51:32 +03:00
Geoff Shannon 67cf26cbbd Don't open a file as root if it is owned by the current user
Fixes #839.

The reasoning behind this is that if we own a file, we can change it's
permissions with `chmod` so there's probably a good reason it's not
writable.
2015-05-16 13:36:11 -07:00
Bozhidar Batsov 600c53ff7b Merge pull request #849 from RadicalZephyr/optional-theme
Make it possible to stop prelude loading any theme at all
2015-05-16 22:59:53 +03:00
Geoff Shannon cd9ea1edee Change how the "re-open file as root" functionality works
Fixes #850

Use find-file-hook instead of advising ido-find-file.
2015-05-16 12:47:09 -05:00
Geoff Shannon 61d45f8e6e Extract a function for reopening a file as root 2015-05-16 12:41:55 -05:00
Geoff Shannon b4717ca5b3 Make it possible to stop prelude loading any theme at all
Fixes #844.
2015-05-16 11:15:03 -05:00
Bozhidar Batsov 04a663fa45 [Fix #847] Restore ace-window 2015-05-12 21:56:43 +03:00
Bozhidar Batsov 7a5e798d03 Track upstream changes in avy 2015-05-11 12:44:30 +03:00
Bozhidar Batsov b2947f2164 Replace ace-jump-mode with avy 2015-05-09 13:02:43 +03:00
Bozhidar Batsov 30fea6d9d6 Merge pull request #825 from pronobis/ad-handle-definition
Fixed the problem with ido/untabify defadvice triggering got redefined error
2015-04-17 00:04:40 +03:00
Bozhidar Batsov 5d25782b6d Merge pull request #823 from swaroopch/super_dot
Add tip on keyboard shortcut for ace-jump-mode
2015-03-18 08:34:45 +02:00
Swaroop bcde6a59bd Add tip on keyboard shortcut for ace-jump-mode 2015-03-17 22:10:04 -07:00
Mark Sikora 3e536efb2d Auto install cmake-mode 2015-03-16 17:27:36 -04:00
Andrzej Pronobis 925ed507b1 Fixed the problem with ido/untabify defadvice triggering got redefined error 2015-03-12 20:26:20 -07:00
Swaroop C H e3831fc993 Add tip on keyboard shortcut to open recent file 2015-03-09 00:04:03 -07:00
Swaroop C H cdc4314081 Add Prelude tip on keyboard shortcut to join lines 2015-03-08 23:51:27 -07:00
Bozhidar Batsov c2da437aa4 Update copyright years 2015-03-03 13:04:34 +02:00
Bozhidar Batsov 19f71e5937 [Fix #813] Add missing smartrep require 2015-02-22 20:25:34 +02:00
Bozhidar Batsov dc861b7c8b [Fix #798] Prompt for confirmation in prelude-kill-other-buffers 2015-02-13 09:53:07 +02:00
Bozhidar Batsov 2a386116f1 Use gfm-mode instead of plain markdown-mode 2015-02-10 13:16:33 +02:00
Bozhidar Batsov e58e0bef5e Switch the bindings for zop-to-char and zop-up-to-char 2015-02-07 12:47:31 +02:00
Bozhidar Batsov 8fd5b0db53 Add the zop-to-char package 2015-02-07 12:46:05 +02:00
Bozhidar Batsov c4e9a587c5 Require imenu for prelude-goto-symbol 2015-01-26 19:33: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
Bozhidar Batsov 8ba85830d9 Remove fringe size customization
Flycheck and diff-hl make heavy use of the fringe and look better with
8-pixel wide fringe.
2015-01-18 14:08:22 +02:00
Aleksey Kladov c09871bf36 fix magit-filenotify error
The error was due to unnecessary in add-to-list.
2015-01-17 22:30:40 +03:00
k1-hedayati 92eed7a9fe Added cython-mode to auto install list 2015-01-16 10:50:07 +03:30
k1-hedayati 37b72fb2f1 [Fix #764] Removed redundant command
`prelude-copy-file-name-to-clipboard` is redundant due to easy-kill package
2015-01-15 12:30:03 +03:30
k1-hedayati 5476324772 [Fix #783] Removed rainbow-mode from prelude-packages 2015-01-15 12:30:03 +03:30
k1-hedayati 58550466ad [Fix #779] Moved elisp-slime-nav to elisp module 2015-01-15 12:30:03 +03:30
k1-hedayati 003bbc4e0b [Fix #782] Added magit-filenotify 2015-01-15 12:30:03 +03:30
roryk 63687ccb10 autosave undo history 2014-12-30 12:31:18 -05:00
Mark Sikora 3832c6d82e Auto install protobuf-mode 2014-12-24 14:38:32 -05:00
Bozhidar Batsov 76c2e99070 Merge pull request #761 from k1-hedayati/restore-kill-region-defadvice
[Fix #623] Restored kill-region defadvice
2014-12-22 09:10:26 +02:00
Bozhidar Batsov f19aeda388 Merge pull request #762 from k1-hedayati/remove-ack
[Close #547] Removed ack-and-a-half from prelude
2014-12-22 09:09:42 +02:00
Keyvan Hedayati bd97b03872 [Close #547] Removed ack-and-a-half from prelude 2014-12-22 10:29:49 +03:30
Keyvan Hedayati daf52c2b0a [Fix #623] Restored kill-region defadvice
When no region selected `C-w` kills current line
2014-12-22 09:53:12 +03:30
Bozhidar Batsov dc82375714 Update copyright years 2014-12-07 11:37:46 +02:00
lexa 8c55c6f4bb Added helper to open file with emacsclient using filename:line path
Most of console-based utilities prints filename in format
"filename:linenumber". So you may wish to open filename in that format.
This little 'advice' can do that. Just call

emacsclient filename:linenumber

and cursor will be positioned on requested line
2014-11-30 22:18:25 +03:00
Doug MacEachern 4517a2f594 Add prelude-term-buffer-name variable
This provides multi-term support via .dir-locals.el for example.
2014-11-14 16:40:00 -08:00
Bozhidar Batsov 3a9ee203b8 Bind info-display-manual to C-h C-i 2014-11-13 15:58:28 +02:00
Mark Sikora 0a0d179b4d Use new melpa.org address 2014-10-25 16:37:15 -04:00
Bozhidar Batsov a33c5f19d4 Merge pull request #714 from k1-hedayati/master
Added .kv to auto install list
2014-10-17 09:26:44 +03:00