Bozhidar Batsov
0bc3897191
added an autoload and a keybinding for zap-up-to-char
13 years ago
Bozhidar Batsov
1c5658d882
by popular demand - added elisp-slime-nav
13 years ago
Bozhidar Batsov
152546ff48
reenabled whitespace-mode by default and made it a lot less intrusive
13 years ago
Bozhidar Batsov
61f53e6d06
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
4acc2043b6
strip the faces of symbol strings in prelude-ido-goto-symbol
13 years ago
Bozhidar Batsov
23d7fbda3c
Merge pull request #247 from Sliim/fix-personal-snippets-dir
Fix personal snippets directory
13 years ago
Sliim
a64989ad38
Fix personal snippets directory
13 years ago
Bozhidar Batsov
2f098392c7
fixed #246 - uncommented yasnippet init code
13 years ago
Bozhidar Batsov
1a61031c53
auto-install scala-mode2 instead of scala-mode
13 years ago
Bozhidar Batsov
410c1ca4c9
migrated to scala-mode2
13 years ago
Bozhidar Batsov
9384846e07
bye, bye cl
13 years ago
Bozhidar Batsov
7c986dd3ef
fixed load order issue
13 years ago
Bozhidar Batsov
56d2ec3e9f
fixed #242 - restored prelude-add-subfolders-to-load-path
13 years ago
Bozhidar Batsov
bb6f87c904
fixed #241 - fixed a typo in a function name
13 years ago
Bozhidar Batsov
b01492e7ea
moved back the prelude modules into the main Prelude project
13 years ago
Bozhidar Batsov
207d21b5cd
migrated a bit more code to dash.el
13 years ago
Bozhidar Batsov
07e822f95e
started to replace cl code with dash.el
13 years ago
Bozhidar Batsov
a03dfe690d
don't hide git clone errors
13 years ago
Bozhidar Batsov
18ed571f29
whitespace cleanup
13 years ago
Bozhidar Batsov
f931272111
fixed a bug with the prelude-flyspell check
13 years ago
Bozhidar Batsov
e5ecc1de53
Merge pull request #236 from akihiro4chawon/patch-1
Update prelude/prelude-editor.el
13 years ago
akihiro4chawon
52e74385de
Update prelude/prelude-editor.el
fixed wrong type arument: symbolp, convenience
13 years ago
Bozhidar Batsov
952ce0ebbd
make flyspell easier to disable
13 years ago
Bozhidar Batsov
d13d3933b7
adjusted the README to reflect recent configuration changes
13 years ago
Bozhidar Batsov
ad37ec6ad6
added variables that control the enabling/disabling of guru and whitespace-mode
13 years ago
Bozhidar Batsov
a9253bc967
enabled flyspell only is aspell is available
13 years ago
Bozhidar Batsov
7cbb23e77e
fixed #228 - restored prelude-personal-snippets-directory
13 years ago
Bozhidar Batsov
8cdce659ef
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
f66a56a72e
fixed #215 - made Prelude's auto-save optional (and improved it a bit in the process of doing so)
13 years ago
Bozhidar Batsov
c3fd21ebbf
Merge pull request #232 from bradleywright/relative-packaging
Make `package-user-dir` relative to Prelude
13 years ago
Bozhidar Batsov
257e71b894
fixed #235 - shell variables have to be exported to be accessible in subshells
13 years ago
Bozhidar Batsov
03ee9319b9
added a basic list of useful keybindings available in Prelude
13 years ago
Bozhidar Batsov
6db74a90a3
auto-indent code pasted in clojure and scala buffers
13 years ago
Bradley Wright
067aad7510
Make `package-user-dir` relative to Prelude
This makes the entire Prelude configuration portable, meaning it's easier to try
out in different Emacs enviroments.
13 years ago
Bozhidar Batsov
bfba8f79e1
Merge pull request #224 from kaos/patch-1
utils/installer.sh: fix for replace existing config.
13 years ago
Andreas Stenius
f6fa53d4c3
utils/installer.sh: fix for replace existing config.
13 years ago
Bozhidar Batsov
45ef0320e5
Merge pull request #223 from kautsig/master
fixed helm-mini fallback if no projectile is available
13 years ago
Chris Raschl
5f11f8ddeb
fixed helm-mini fallback
13 years ago
Bozhidar Batsov
d2f7535348
added support for the Scala programming language
13 years ago
Bozhidar Batsov
bda721449b
replaced a bunch of concats with expand-file-name
13 years ago
Bozhidar Batsov
618a4627dc
added the exec-path-from-shell package
13 years ago
Bozhidar Batsov
901b903e10
bundle solarized by default
13 years ago
Bozhidar Batsov
11772f6612
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
46d39475de
fixed #220 - load volatile-highlights after advising kill-line and kill-region
13 years ago
Bozhidar Batsov
93c2098e36
Merge pull request #218 from bronislav/fixes
Fix obsolete warnings (as of yasnippet 0.8):
13 years ago
Anton Ilin
350fc4dc68
Fix obsolete warnings (as of yasnippet 0.8):
- use `yas-snippet-dirs` instead of obsolete `yas/snippet-dirs`
- use `yas-global-mode` instead of obsolete `yas/global-mode`
13 years ago
Bozhidar Batsov
bfc7af2aaf
updated the section about disabling whitespace-mode
13 years ago
Bozhidar Batsov
d5c1edc297
turns out using a mode in a hook always enables it so the turn on
functions were not actually needed
13 years ago
Bozhidar Batsov
e62feee6e0
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
e1fcc4454e
added a very helpful command prelude-swap-meta-and-super bound to C-c w
13 years ago