Commit graph

1459 commits

Author SHA1 Message Date
Bozhidar Batsov 277cd63119 Tweak the org-mode config a bit 2020-11-26 12:38:30 +02:00
Bozhidar Batsov 0b7b0853a1 Document the vendor folder 2020-11-26 09:02:36 +02:00
Bozhidar Batsov 0ebba48c93 Clean up the modeline a bit 2020-11-24 09:40:14 +02:00
Bozhidar Batsov 3799d6fd0b [Docs] Mention editorconfig-mode 2020-11-24 09:39:54 +02:00
Bozhidar Batsov e57410a036 Add a changelog entry 2020-11-21 13:46:24 +02:00
Bozhidar Batsov 705ac3b9cc Don't auto-insert coding comments in Ruby 2020-11-21 13:45:34 +02:00
Bozhidar Batsov 39849e3938 Fix a changelog entry 2020-11-19 17:20:53 +02:00
Bozhidar Batsov 27652fa3b7 Add a note about prelude-evil 2020-11-17 10:05:08 +02:00
Bozhidar Batsov 8294054b61 Enable a few more modules by default 2020-11-17 10:02:43 +02:00
Bozhidar Batsov 005cd8dba8 Fix a typo 2020-11-01 18:25:42 +02:00
Aidan Bickford 028ec34a25 Update prelude-rust.el
Small grammar fix.
2020-11-01 18:23:47 +02:00
Bozhidar Batsov 39da95408c Prefix init messages coming from Prelude so they are easier to spot 2020-10-18 13:26:05 +03:00
Bozhidar Batsov 1674284345 Fix auto-mode-alist setup for adoc-mode 2020-10-18 13:20:51 +03:00
Bozhidar Batsov 1793b8f270 Fallback to the sample prelude-modules.el if missing 2020-10-18 11:45:13 +03:00
Chris Hellmuth 8165d7b61a [Docs] Fix a typo 2020-10-15 07:41:20 +03:00
Bozhidar Batsov 185427d907 Remove a file committed by mistake 2020-10-12 21:44:55 +03:00
Bozhidar Batsov d180bb71b3 Move some config where it belongs 2020-10-09 17:39:45 +03:00
Bozhidar Batsov 74e1eac940 [Docs] Improve the listing of essential packages 2020-10-09 17:39:18 +03:00
Bozhidar Batsov dd53dc3591 [Docs] Fix some broken formatting 2020-10-09 16:46:21 +03:00
Bozhidar Batsov 75b7ebf684 [Docs] Tweak the ERC docs 2020-10-09 16:39:27 +03:00
Bozhidar Batsov dc37ee9bf9 [Docs] Update the mkdocs config to include the new pages 2020-10-09 16:34:57 +03:00
Bozhidar Batsov 52b47a7a43 [Docs] Document the Scheme module 2020-10-09 16:29:48 +03:00
Bozhidar Batsov 826e42eb6e [Docs] Tweak the CL module 2020-10-09 16:29:19 +03:00
Bozhidar Batsov fb359520dd Add some modules documentation 2020-10-09 10:19:29 +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 0a062e74de Improve the WSL check 2020-10-08 15:45:38 +03:00
Bozhidar Batsov 08119140ef Extend the FAQ 2020-10-08 11:54:45 +03:00
Bozhidar Batsov 2db3c6c2c4 Add mappings AsciiDoc file extensions 2020-10-08 10:23:17 +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
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