Commit graph

437 commits

Author SHA1 Message Date
Bozhidar Batsov ad79192e2d Add extra configuration for WSL and Windows 2020-10-08 10:13:05 +03:00
Bozhidar Batsov 1db138ff90 Recognize more Clojure extensions 2020-09-23 14:52:42 +03:00
Bozhidar Batsov c8a41db148 Auto-install adoc-mode 2020-09-23 14:50:47 +03:00
Bozhidar Batsov b3f9e25dd1 Fix a couple of tips 2020-09-23 10:22:25 +03:00
Bozhidar Batsov 7b12708483 Fix indentation 2020-09-23 10:22:11 +03:00
Bozhidar Batsov f32660b8c2 Use crux-kill-line-backwards 2020-09-23 10:14:19 +03:00
Bozhidar Batsov 849efa5891 Fix a duplicated keybinding 2020-09-23 10:12:27 +03:00
Bozhidar Batsov bece0d561c Add the ag package 2020-09-20 10:22:04 +03:00
Bozhidar Batsov d3203cbb2f Remove beacon-mode
In the end of the day I've decided it adds little value, so it's best
to leave it to the users to decide if they want to use it or not.
2020-09-20 10:19:12 +03:00
Bozhidar Batsov a85c56d7bf Remove prelude-fullscreen 2020-09-16 13:30:22 +03:00
Bozhidar Batsov 1c02bb44b6 Update the prelude-core description 2020-09-16 13:18:50 +03:00
Bozhidar Batsov 2c01b4c370 Remove prelude-ensure-module-deps alias 2020-09-16 10:47:42 +03:00
Bozhidar Batsov e3a7eba54b Improve some descriptions 2020-09-16 08:39:26 +03:00
Bozhidar Batsov e29042f369 Use nlinum instead of linum
Supposedly it's faster. Also - use the actual global mode. :-)
2020-09-15 21:16:34 +03:00
Bozhidar Batsov 00288c7af0 Tweak a menu item 2020-09-15 18:53:45 +03:00
Bozhidar Batsov 3e81853b01 Reorder some keybindings 2020-09-15 18:53:15 +03:00
tncowart 0e3cb6c489
Replaces errant prelude-mode-map with map (#1280)
A `map` variable was mistakenly replaced with `prelude-mode-map`
2020-09-15 18:34:14 +03:00
Bozhidar Batsov 0783e64f5b Fix a typo 2020-09-15 16:33:06 +03:00
Bozhidar Batsov 16727e3c70 [Fix #1277] Make it possible to disable the creation of Super-based keybindings 2020-09-15 11:21:36 +03:00
Bozhidar Batsov d02eaf2e26 Enable linum-mode by default 2020-09-15 11:13:43 +03:00
Bozhidar Batsov 878cffb65a Don't disable menu-bar-mode by default 2020-09-15 11:11:23 +03:00
Bozhidar Batsov 13fa12a3de Tweak a docstring 2020-09-15 11:00:05 +03:00
Bozhidar Batsov edeef9ee4b Make the file metadata more uniform 2020-09-15 09:19:15 +03:00
Manoel Vilela b9f14023b3 Replace cl to cl-lib
On emacs 27.1 cl is oficially deprecated and receives a message
warning in the startup as:

        Package cl is deprecated

Using cl-lib, which prefix all the Common Lisp functions with `cl-`
solves the problem.
2020-08-12 09:19:16 +03:00
RohanHart 33c21ff1fe
Allow auto-formatting of files to be controlled (#1254) 2020-04-09 09:58:07 +03:00
Bozhidar Batsov dd9b01a991 Bump the copyright years 2020-01-20 16:35:36 +02:00
azzamsa caa30a4123 Replace usage of magit-dispatch-popup with magit-dispatch
`magit-dispatch-popup` is an obsolete command (as of Magit 2.91.0)
2019-05-04 14:46:03 +03:00
Stanislav Arnaudov d798ba4dc7 [Fix #1171] Add gnu/linux specific module and exec-path-from-shell support on linux (#1203) 2018-10-23 00:19:31 +02:00
Bozhidar Batsov 10956aca3b Teach super-save about ace-window 2018-09-29 11:41:23 +03:00
Bozhidar Batsov 6811b60486 [Fix #1194] Restore the advise-commands macro
I didn't notice that it had other usages in the code when I deleted
it in the commit introducing super-save.
2018-09-28 18:41:39 +03:00
Bozhidar Batsov c139f01f9b [Fix #1193] Fix Prelude's menu definition 2018-09-28 17:34:53 +03:00
Bozhidar Batsov e7b42d1e5c Replace Prelude's auto-save functionality with super-save
Prelude's auto-save logic was extracted in the super-save packaged
and polished a bit there.
2018-09-28 16:57:17 +03:00
Bozhidar Batsov fef1988eac Clean up prelude-mode
* Move the mode menu top-level, so it's easier to discover
* Make prelude-mode a global mode and remove prelude-global-mode
2018-09-28 09:13:55 +03:00
Chilling Hsu e9590101d8 Don't use an obsolete command 2018-09-19 09:13:05 +04:00
Bozhidar Batsov aa54fd6dc9 Improve the mode menu a bit 2018-08-09 08:25:07 +03:00
Bozhidar Batsov a3729c1306 Kill some remnants for god-mode 2018-08-08 15:35:45 +03:00
Bozhidar Batsov 73ae504161 Add back C-c p as a prefix for Projectile 2018-08-08 15:32:52 +03:00
Bozhidar Batsov dd5465752e Remove god-mode and grizzl 2018-07-17 10:39:18 +03:00
Bozhidar Batsov 54110fa434 [Fix #1176] Remove smart-mode-line
As mentioned in the issue - it's causing problems on Emacs 26.1.
2018-07-17 10:33:36 +03:00
Bozhidar Batsov c28686af80 Require Emacs 25.1 2018-07-10 09:01:24 +03:00
Bozhidar Batsov 79c2e6fb40 Update a reference to projectile-global-mode 2018-07-10 08:53:18 +03:00
Bozhidar Batsov 493836e953 [Fix #1170] Remove the vkill package
Seems it's no longer available on MELPA.

See https://github.com/melpa/melpa/pull/5409 for details.
2018-05-13 20:21:06 +03:00
Bozhidar Batsov 99c0fafc1c Remove the mediawiki module 2018-05-09 10:01:23 +03:00
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