Commit graph

35 commits

Author SHA1 Message Date
Joerg Bornemann 43e484b30e Fix diminishing company-mode
The diminish call on global-company-mode has no effect. To hide the
lighter of company-mode, we must call diminish on company-mode, not its
global companion.
2021-04-28 16:26:44 +03:00
Bozhidar Batsov f9fb902185 Auto-install racket-mode if needed 2021-03-13 19:09:39 +02:00
Bozhidar Batsov 8531abfb0c Update the changelog 2021-03-13 19:08:12 +02:00
Bozhidar Batsov 468562e06f Bind all essential avy commands 2021-02-14 12:57:50 +02:00
Bozhidar Batsov c38ad8e516 Release Prelude 1.1 2021-02-14 12:31:04 +02:00
Kevin Li beba1351b5 Use display-line-numbers for Emacs 26.1 and later
PR for #1317 -- use display-line-numbers mode, which is implemented at the C level for speed benefits, if available.
2021-02-13 17:02:31 +02:00
Bozhidar Batsov 5e03876371 [Fix #1308] Remove ivy-prescient
Turned out the package is not maintained currently.
2020-12-21 09:45:09 +02:00
Fidel Ramos 3f3f07e6b9 Ignore lsp-generated files 2020-12-21 09:44:09 +02:00
Bozhidar Batsov 446dc7dd3b Improve some keybindings 2020-12-14 13:58:05 +02:00
Fidel Ramos 6236bfefd9 Use lsp-workspace-restart
lsp-restart-workspace is deprecated and raises a warning in *Messages*:

    ‘lsp-restart-workspace’ is an obsolete command (as of lsp-mode 6.1); use ‘lsp-workspace-restart’ instead.
2020-12-09 16:32:43 +02:00
Bozhidar Batsov 093e219171 Add prelude-selectrum module 2020-11-27 10:01:09 +02:00
Bozhidar Batsov ea748e2e3e Add ivy-prescient to prelude-ivy 2020-11-27 09:20:32 +02:00
Florian Dufour 4fc0f0fab2 In org-mode buffers, bind C-a to org-beginning-of-line
org-beginning-of-line is the default for C-a keybinding in org-mode.

Fix #1302
2020-11-26 13:18:07 +02:00
Bozhidar Batsov 0ebba48c93 Clean up the modeline a bit 2020-11-24 09:40:14 +02:00
Bozhidar Batsov e57410a036 Add a changelog entry 2020-11-21 13:46:24 +02:00
Bozhidar Batsov 39849e3938 Fix a changelog entry 2020-11-19 17:20:53 +02:00
Bozhidar Batsov 1793b8f270 Fallback to the sample prelude-modules.el if missing 2020-10-18 11:45:13 +03:00
Bozhidar Batsov e97f4fada9 Reorder the changelog a bit 2020-10-08 23:08:49 +03:00
Bozhidar Batsov 9b7a86f931 Auto-install julia-mode 2020-10-08 23:07:56 +03:00
Bozhidar Batsov 97343ad46c Tweak some changelog entries 2020-10-08 10:23:08 +03:00
Bozhidar Batsov ad79192e2d Add extra configuration for WSL and Windows 2020-10-08 10:13:05 +03:00
Manoel Vilela 7226716739
Add prelude-python-mode-set-encoding-automatically defcustom (#1293)
- if it is nil (default) does nothing
- if non-nil insert '# coding: utf-8' on top of python buffers
2020-10-07 10:21:20 +03:00
Nick Rothwell 041617e8b0
Add transient/ to .gitignore (#1286)
Seems it's coming from magit.
2020-10-04 13:08:53 +03:00
Bozhidar Batsov c8a41db148 Auto-install adoc-mode 2020-09-23 14:50:47 +03:00
Koustubh Sinkar 36813d2304 Document site-wide installation of Prelude 2020-09-21 19:55:28 +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 2c01b4c370 Remove prelude-ensure-module-deps alias 2020-09-16 10:47:42 +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 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 82ef247afd Add a bit of structure to the changelog 2020-09-15 10:22:59 +03:00
Bozhidar Batsov df6af2b282 Add a changelog 2020-09-15 08:25:30 +03:00