Commit graph

1365 commits

Author SHA1 Message Date
Bozhidar Batsov 59151444ee Remove the gitter link from the beginning of the README 2018-03-05 14:19:48 +07:00
Daniel Compton f6e21f81b9 Update solarized package name 2018-02-25 13:01:00 +07:00
zzh699 dae2ee8ff0 Add cheatsheet
Group customized keybindings to each package

Add modules to cheatsheet

Define free form text

Add more documentation to packages

Add projectile commands and descripts in text format

Add commands for modules

Add all keybinds of each module

Better line separation

Fix wrong location of avy and anzu keybindings

Include cheatsheet in readme

Add doc to generate pdf

Add cheatsheet in TOC
2018-02-25 12:59:21 +07:00
Bozhidar Batsov d1a856623c Improve a bit the formatting of one paragraph 2017-12-30 09:45:35 +02:00
Bozhidar Batsov e7e4ccb8ba Improve the README section on color themes 2017-12-30 09:43:12 +02:00
Bozhidar Batsov f35402c12f Remove a mention of an obsolete keybinding 2017-12-30 09:37:59 +02:00
Bozhidar Batsov 959e96f872 Add a note about the Super key 2017-12-30 09:35:38 +02:00
Bozhidar Batsov 083c8a66a5 Remove a couple of redundant requires
All the commands from those packages are autoloaded anyways, so
there's no need to require the packages before they are actually used.
2017-12-30 09:32:07 +02:00
Bozhidar Batsov 2bfa877db0 Add an ivy module
ivy is a modern alternative to ido and is superior to ido in many ways
(especially when you're dealing with a lot of candidates).
2017-12-29 22:09:55 +02:00
Bozhidar Batsov dbabbd6a7d Rename OS X to masOS 2017-12-29 20:02:10 +02:00
Bozhidar Batsov 6f1aab9fb2 Touch up the README a bit 2017-12-29 19:30:37 +02:00
Bozhidar Batsov 6e59d032d9 Add a note about remapping Return to Control under macOS 2017-12-29 19:28:18 +02:00
Bozhidar Batsov 7172ccf9d5 Rename OSX to macOS 2017-12-29 19:25:18 +02:00
Bozhidar Batsov a661862c38 Merge branch 'master' of github.com:bbatsov/prelude 2017-12-29 19:22:24 +02:00
Bozhidar Batsov 9a0bbcff28 Replace the mention of Gratipay with Liberapay and Patreon 2017-12-29 19:21:55 +02:00
Bozhidar Batsov 767fe2b683 Improve a bit the Support section of the README 2017-12-29 16:58:49 +02:00
Bozhidar Batsov 465e249c49 [Fix #1138] Fix a typo in the README 2017-12-29 16:06:04 +02:00
Bozhidar Batsov 838daf83d9 Kill obsolete defcustom prelude-shell 2017-12-25 11:29:27 +02:00
Bozhidar Batsov e7876d5096 Merge branch 'master' of github.com:bbatsov/prelude 2017-12-25 11:26:31 +02:00
Bozhidar Batsov 3313cc0a6a Fix a typo 2017-12-25 11:26:08 +02:00
Benjamin Reynolds f7d5d68d43 Patch security vulnerability for emacs < 25.3 2017-09-13 12:33:45 +02:00
Erik Johansson bd287e657a Correct two minor spelling errors 2017-08-30 20:51:24 +03:00
Koustubh Sinkar 57e0cf321a Make it possible to auto-create a new perspective for IRC (#1097) 2017-08-13 18:56:37 +03:00
Karl 9fb83df0b6 Add commented out 'prelude-rust to sample 2017-08-11 08:00:52 +03:00
Manoel Vilela b3228e50c8 [Fix #1104] Remove ido-completing-read+ from pinned packages (#1105)
Read the issue #1104 for the full description.
2017-08-10 09:47:19 +03:00
Galder Zamarreño 5f7c33650a Ignore network-security.data file
* This file is a temporary file used by Emacs Network Security Manager.
It keeps details about connections. Such file should be ignored 
and never committed.
2017-08-10 09:46:20 +03:00
Manoel Vilela bfee53643c Add the prelude-rust.el module (#1102)
The module uses the following packages:

* rust-mode (general utilities for rust development)
* flycheck-rust (syntax checking)
* cargo (keybinding as minor-mode for using cargo package manager)
* racer (wrapper for the race code completion tool using company-mode)
2017-07-17 17:07:48 +03:00
Chris Stryczynski 8b390fbf34 Mentioned requirement of having no ~/.emacs file.
Saves runninng into https://github.com/bbatsov/prelude/issues/1089
2017-07-16 15:14:35 +03:00
Manoel Vilela 41775b9b6b Upgrade prelude-common-lisp.el (#1099)
* Remove TAB remap

This will fix the warning for each TAB:
> "‘slime-indent-and-complete-symbol’ is an obsolete command
   (as of 2015-10-18); 

* Add slime-cl-indent to slime-contribs

This will ensure that lisp-indent-function will be used correctly
for Common Lisp (not Emacs Lisp).
2017-07-16 15:14:02 +03:00
Manoel Vilela 3f5b2e39db [Fix #1096] Remove ido-ubiquitous and add ido-completing-read+ (#1100)
After version 4.0, ido-ubiquitous was merged into
ido-completing-read+. So ido-ubiquitous is no longer necessary.
2017-07-16 11:03:29 +03:00
Koustubh Sinkar 67b1a54e53 Making the prelude-erc module more modular
1. Introduces the `my-fav-irc` list for custom autojoining
   your favorite channels
2. Introduces the `bye-erc-message` variable for customizing
   the Last Quit Message
3. Adds documentation so that users can take advantage of these features
2017-07-08 09:30:37 +03:00
Jack 2ed8800e29 Refine missing bundled example file warning (#1094) 2017-07-08 09:28:57 +03:00
max thomas 7667ee4ba0 Fix message about location of prelude-modules.el after install 2017-05-11 08:45:28 +04:00
Florian D 743519f418 Emacs latest release is 25.2 2017-05-08 08:06:57 +03:00
Szymon Wrozynski 7dbf9686b7 Use elpa repository for 'queue' and 'spinner' packages 2017-01-09 23:42:00 +07:00
Johannes Choo ab09e984d1 Add stanza inserted by Package.el cf. bbatsov#1056
Add obnoxious stanza auto-inserted by Package.el to prevent it generating its own whenever Emacs is started.
cf. bbatsov#1056
2017-01-04 09:18:53 +02: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
Joe DeVivo 6d1569289e Disable Flycheck warnings for personal
* Modified the regex so prelude won't load any .el files that start with
  a `.`, spefically for `.dir-locals.el`. This file does not play nice
  with `load`
* Added a `personal/.dir-locals.el` to disable the flychecker
2017-01-04 01:14:32 +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
Neurolit 252f42833e Don't alter C-a binding in orgmode 2017-01-04 01:05:25 +02:00
Joel Holder 2a49600680 Update saveplace to work with Emacs 25 (#1046) 2016-10-26 08:36:17 +02:00
Ben Denham 8f014589a7 Ignore emacs desktop files (#1044) 2016-10-24 08:08:45 +02:00
Bozhidar Batsov d16c121c68 [Fix #1004] Correct the Salt link in the README 2016-10-06 13:26:07 +03:00
Bozhidar Batsov 7bb58b8e86 [Fix #1012] Update a reference to a crux function 2016-10-06 13:23:22 +03:00
Bozhidar Batsov b05126e41e Update the README for Emacs 25 2016-10-03 08:58:09 +03:00
Karl Erik Holter 086c389b1d Rename .emacs if it exists in the installer(#1037)
If user has a $HOME/.emacs file, the prelude installer script
will install just fine, but when starting emacs, nothing will
take effect because emacs doesn't load .emacs.d/init.el if .emacs
exists. Because this is confusing for new users, the installer should
default to renaming this file to make emacs actually load prelude.
2016-10-02 08:19:01 +03:00
ken-olstad ccedc77285 Add helm-occur-from-isearch to isearch-mode-map (#1030) 2016-09-25 07:58:47 +03:00