Commit graph

1530 commits

Author SHA1 Message Date
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
Bozhidar Batsov 1553ae6a92 Improve the documentation for prelude-python 2020-10-07 10:35:27 +03:00
Bozhidar Batsov efddd76ae5 Touch up the previous commit 2020-10-07 10:35:20 +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
Youmu 5a253c1445 Use EOS instead of EOL for auto mode regexp
This prevent matching filename like "xxxx.pom\nxxxx". A corner case which satisfies POSIX filename standard but weird for daily use.
I found many regexp in auto-mode-alist are ended with \\' but typescript-mode use $. So curiosity drives me to find the answer.
You can create a file which name contains a linebreak by pressing C-j in find-file prompt.
2020-10-01 22:41:47 +03:00
Bozhidar Batsov 3a31d587cf Improve the sample module configuration 2020-09-25 14:59:08 +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 eb1702eed7 Tweak the ivy module 2020-09-23 09:53:33 +03:00
Bozhidar Batsov ed6d63570b [Docs] Reorder a bit the installation sections 2020-09-22 13:38:15 +03:00
Bozhidar Batsov b9ff08046c Touch up the last commit 2020-09-22 10:58:53 +03:00
Koustubh Sinkar 36813d2304 Document site-wide installation of Prelude 2020-09-21 19:55:28 +03:00
Koustubh Sinkar bdf7181637 User Specific save files
Prelude is generally stored in ~/.emacs.d of the user who wants to
use it. But for a system wide install of prelude it does not make
sense for every user on the system to install it and link to it.
It is better in that case to install it in a global position like
/opt/prelude and put the following line in site-start.el file

     (load "/opt/prelude/init.el")

Due to this change the local history and cache files of the
individual users get stored in their home directories instead
of trying to save it in prelude-dir
2020-09-21 19:55:28 +03:00
Bozhidar Batsov 5850c33440 Disable the scheme module in the sample module config
Scheme is not that popular and the module depends on third-party
packages.
2020-09-20 23:00:54 +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 fe5c81ce31 Restructure a bit the sample modules files 2020-09-20 10:15:47 +03:00
Bozhidar Batsov 0c5e198e22 [Docs] Fix a typo 2020-09-16 19:26:53 +03:00
Bozhidar Batsov 1e6028b734 [Docs] Tweak some markup 2020-09-16 19:23:10 +03:00
Bozhidar Batsov d40d05d47c [Docs] Improve the installation instructions 2020-09-16 19:22:49 +03:00
Bozhidar Batsov 8c6285314e Add more links to the docs from the README 2020-09-16 17:51:38 +03:00
Bozhidar Batsov 7fb98a576d [Docs] Extend the installation docs 2020-09-16 17:51:23 +03:00
Bozhidar Batsov a85c56d7bf Remove prelude-fullscreen 2020-09-16 13:30:22 +03:00
Bozhidar Batsov c45ab2c5a0 [Docs] Extend the landing page 2020-09-16 13:19:02 +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 091c3e53a7 Update required Emacs version check 2020-09-16 10:46:00 +03:00
Bozhidar Batsov e4e9b3c36e Tweak the PR template 2020-09-16 09:34:21 +03:00
Case Duckworth 079564cf17
[Fix #1266] Improve Emacs version detection logic in the installer script
The fix is naive -- it'll work fine (printing a warning) if there is no emacs installed, but if emacs *is* installed and just formats the `--version` line differently than the pipeline is expecting, it'll also print the warning -- which isn't *ideal*, but should work in most cases.
2020-09-16 09:32:35 +03:00
Bozhidar Batsov a218bfe745 Document prelude-super-keybindings 2020-09-16 09:14:21 +03:00
Bozhidar Batsov 8688173655 Document prelude-minimalistic-ui 2020-09-16 09:07:08 +03:00
Bozhidar Batsov eac0873501 Tweak a bit init.el 2020-09-16 08:44:38 +03:00
Bozhidar Batsov e3a7eba54b Improve some descriptions 2020-09-16 08:39:26 +03:00
Bozhidar Batsov 44b10b968d Extend the philosophy a bit 2020-09-16 08:30:53 +03:00
Bozhidar Batsov e278f32a0a Tweak a couple of messages 2020-09-15 22:02:16 +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 d3c739725e [Docs] Tweak some wording 2020-09-15 14:40:08 +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