Commit Graph

4135 Commits

Author SHA1 Message Date
4c3f5e8cc2 Fix dumb-jump integration for +jump/definition
Addresses #227, #256
2017-11-05 22:12:28 +01:00
8428433898 lang/sh: tweak interpolation + builtin fontification 2017-11-05 21:25:49 +01:00
d7a562faf5 lang/sh: remove tail & tee from +sh-builtin-keywords 2017-11-05 21:25:01 +01:00
323953db29 Remove default font (leave it to the user)
Addresses #164, #165, #205, #244
2017-11-05 19:54:44 +01:00
c45e2c4918 General & minor refactor+cleanup 2017-11-05 19:54:44 +01:00
0c2b1b5a93 Fix packages with changed backend #222
Doom can't tell what backend a package was installed with, only whether it
is installed or not. This means if a package was installed with, say,
ELPA, then was changed to QUELPA, Doom wouldn't know.

Package management would fail. ELPA/QUELPA can't manage a package that
it didn't install.

This fix gives Doom that capability.
2017-11-05 19:54:43 +01:00
a6e0b3863d Add *compilation* popup rule 2017-11-05 19:54:43 +01:00
95a5b46dc5 New // naming convention + refactor doom management functions 2017-11-05 19:54:43 +01:00
43a9acec28 Simplify doom-get-outdated-packages (1 thread per quelpa pkg) 2017-11-05 19:54:43 +01:00
b99f90e969 Fix project name in ivy/helm prompts searching other projects 2017-11-05 01:16:36 +01:00
2009a841fd doom-initialize: retry package-initialize on error 2017-11-05 01:16:36 +01:00
5ce249eaec Fallback engine detection for +ivy file search 2017-11-05 01:16:36 +01:00
9408062f60 Move some plugins' storage to doom-etc-dir 2017-11-05 01:16:36 +01:00
bac286e8e2 Remove blank autoload files 2017-11-05 01:16:35 +01:00
bc358bbc7e Remove default font detection from doom-doctor 2017-11-05 01:16:35 +01:00
40a1aaae8e Make async a core package 2017-11-05 01:16:35 +01:00
6b9849fd57 Add conditional autoload/compile cookies #229 2017-11-05 01:16:35 +01:00
679dac5a0b README: make install => make + add frequency notice 2017-11-04 20:15:12 +01:00
5a64554f2c Clarify notice on README about Arch & MacOS support #259 2017-11-03 19:11:52 +01:00
e0dab9f5fa lang/rust: check for racer binary + RUST_SRC_PATH first 2017-11-02 20:01:34 +01:00
8361e13383 Add lang/rust/README.org 2017-11-02 20:00:43 +01:00
60d6335acb Set mc/list-file to doom-etc-dir 2017-11-02 14:17:15 +01:00
213e933a80 Disable file template for .dir-locals.el files 2017-10-28 18:07:38 +02:00
585ea51085 Merge pull request #255 from amosbird/patch-3
autoload evil-anzu when doing evil-ex-search-word*
2017-10-28 13:49:12 +02:00
ca1b188ed7 autoload evil-anzu when doing evil-ex-search-word* 2017-10-26 04:36:19 -05:00
8b11a88aa2 Update private bindings 2017-10-25 14:50:33 +02:00
19ca683f86 Add :g switch to map! #249 2017-10-25 14:50:02 +02:00
9a959e73bc projectile: ignore doom-local-dir properly 2017-10-23 20:09:01 +02:00
611d8fe6bc core-editor: minor refactor; associate LICENSE w/ text-mode 2017-10-23 20:08:18 +02:00
a24a3ef292 Fix unindexed file-templates on first load of yasnippet 2017-10-23 20:07:54 +02:00
13cf6b3fb6 completion/helm: fix recentf remapping 2017-10-23 19:59:48 +02:00
730e4c2600 lang/java: fix meghanada-mode hooks 2017-10-23 19:14:36 +02:00
2b13451ea8 lang/sh: recognize functions w/ dashes in imenu 2017-10-21 14:49:57 +02:00
6772bc18a8 Merge pull request #248 from UndeadKernel/fix-git-link
When calling +vcs-root, load git-link first.
2017-10-19 22:31:20 +02:00
771199e904 When calling +vcs-root, load git-link first. 2017-10-18 20:30:20 +02:00
d0484c2ae7 lang/sh: fix unfontified character next to subshells 2017-10-18 18:24:25 +02:00
416a6cce21 lang/haskell: update README 2017-10-18 17:55:04 +02:00
e319a5eaa1 Merge branch 'UndeadKernel-window_select' into develop
* UndeadKernel-window_select:
  Module to visually select windows with either ace-window or switch-window
2017-10-18 17:01:20 +02:00
89876ce0ff Use keyboard-quit as :noesc no-op in popups #238 2017-10-18 16:55:10 +02:00
56fd62063e Do not remap delete-window directly in popups #238 2017-10-18 16:52:55 +02:00
9d1d0974d5 Fix editorconfig in (most) extension-less files 2017-10-18 16:52:00 +02:00
9b884857f2 ui/unicode: initialize more intelligently 2017-10-18 00:58:32 +02:00
801a3dc95a Merge pull request #237 from UndeadKernel/window_select
Module to visually select windows
2017-10-18 00:45:31 +02:00
07867c478d lang/web: add & entity to +web-entities-list 2017-10-18 00:02:14 +02:00
988ae683dd lang/sh: improve variable highlighting in quotes 2017-10-18 00:02:13 +02:00
cc594eca8e Merge pull request #245 from amosbird/patch-1
Fix dump jump local advice
2017-10-18 00:01:47 +02:00
1f87eb4a5c Fix dump jump local advice
Targeting https://github.com/hlissner/doom-emacs/issues/227
2017-10-16 02:05:05 -05:00
f9321b1b3b Module to visually select windows with either ace-window or switch-window
Modularize ace-window and add switch-window as a replacement: Issue #218
2017-10-08 23:34:25 +02:00
8fc1c46dca Initialize projectile variables before loading projectile
Fixes #236
2017-10-08 13:10:01 +02:00
934756700d Fix +org/insert-item when point is in a link 2017-10-08 01:50:57 +02:00