Commit graph

4000 commits

Author SHA1 Message Date
Henrik Lissner
e17271a772
tools/imenu: make imenu-list update sooner 2018-03-28 19:08:37 -04:00
Henrik Lissner
43830a8498
tools/eshell: fix typo in condition in +eshell/switch
Also changes behavior to select the selected eshell window if it's
already open.
2018-03-28 19:07:52 -04:00
Henrik Lissner
229d4de390
feature/popup: minor rule refactor 2018-03-28 17:33:26 -04:00
Henrik Lissner
08976dafdd
tools/eshell: fix +eshell/switch 2018-03-28 17:32:35 -04:00
Henrik Lissner
3fb7b24544
tools/eshell: fix overeager cleanup deleting other windows along with eshell 2018-03-28 17:32:26 -04:00
Henrik Lissner
5ca78c3984
feature/popup: always open term/eshell popups at bottom of frame 2018-03-28 17:31:23 -04:00
Fangrui Song
f1cf88eeb6 completion/ivy: fix ag/pt/grep file search args 2018-03-28 12:34:04 -07:00
Henrik Lissner
f38cd94f33
ui/doom: improve solaire-mode theme integration
Now +doom-solaire-themes is an alist that informs Doom if the current
theme should be loaded with solaire-mode, and whether
solaire-mode-swap-bg should be used.
2018-03-28 06:49:54 -04:00
Henrik Lissner
56dcc42440
feature/evil: fix nil evil-want-integration when +everywhere isn't used 2018-03-28 04:14:00 -04:00
Henrik Lissner
174e0518a1
ui/doom: fix void-symbol error caused by misnamed advice function 2018-03-28 03:32:52 -04:00
Henrik Lissner
375547d1b3
tools/magit: set magithub-dir sooner (prevent .emacs.d/magithub) 2018-03-28 03:06:51 -04:00
Henrik Lissner
05d4386409
Merge pull request #488 from orther/cleanup-auth-source-pass
Update password-store +auth to only use auth-source-pass
2018-03-28 01:11:07 -04:00
Brandon Orther
f24725382f Update password-store +auth to only use auth-source-pass
Now that auth-password-store has been renamed to auth-source-pass and it matches
the same feature included in emacs 26 under the same name we don't need custom
checks and package loading.
2018-03-27 19:37:43 -07:00
Henrik Lissner
412bf56f45
feature/lookup: make lookup commands add to jump list 2018-03-27 20:11:23 -04:00
Henrik Lissner
e5b50e4f43
feature/popup: mention size parameter in +popup-define docstring 2018-03-27 20:10:58 -04:00
Henrik Lissner
8c0a4cfbef
lang/elixir: refactor smartparens+use-package config 2018-03-27 19:42:56 -04:00
Henrik Lissner
4afcd7eadf
lang/nix: no-byte-compile; add file header 2018-03-27 19:09:22 -04:00
Henrik Lissner
93678494cb
ui/doom-dashboard: fix wrong-type-arg error on reload 2018-03-27 19:08:46 -04:00
Carter Charbonneau
2ac08a13e0 lang/nix: install nix-mode package 2018-03-27 10:28:37 -06:00
Carter Charbonneau
cec72fa959 completion/ido: update to use ido-completing-read+ (renamed from ido-ubiquitous) 2018-03-27 10:28:37 -06:00
Henrik Lissner
8a74a081c4
Remove doom-mode-map; semi-revert abe42fcb 2018-03-27 03:49:45 -04:00
Henrik Lissner
91c974033d
config/default: add help bindings to helpful too 2018-03-27 03:12:23 -04:00
Henrik Lissner
1f9576a59a
Conform unit test macros to naming convention 2018-03-27 02:52:30 -04:00
Henrik Lissner
2364e97285
Fix switch-window hooks when switching with the mouse
And moved it to ui/nav-flash, which is what this code was introduced to
fix in the first place!
2018-03-27 02:50:40 -04:00
allforabit
98a4a94867
Update webpack file template for latest version
Webpack 4 has some syntax changes, mainly using rules key instead of plugin.
2018-03-26 22:27:09 +01:00
Henrik Lissner
54acddba18
Merge pull request #483 from adamkruszewski/develop
Add REPL definition for elixir-mode.
2018-03-26 17:10:03 -04:00
Henrik Lissner
46c31e7f0a
lang/typescript: refactor + fix project root resolution 2018-03-26 16:39:18 -04:00
Adam Kruszewski
84e98f1bee Add REPL definition for elixir-mode. 2018-03-26 20:19:48 +02:00
Henrik Lissner
9dc4e59a2c
config/private: add doctor.el 2018-03-26 06:43:29 -04:00
Henrik Lissner
3b94bafb3a
tools/nav-flash: refactor & reduce false positive jumps 2018-03-26 06:41:33 -04:00
Henrik Lissner
b47ccab4a5
lang/org: fix TAB not toggle folds on some headlines 2018-03-26 06:41:10 -04:00
Henrik Lissner
f3b99779c9
Add doom-after-switch-frame-hook; fix over-eager switch-window hooks
Switch-window hooks would fire too frequently; like when switching to
the same window, clicking in windows, or from the minibuffer (e.g.
during ivy sessions).
2018-03-26 06:40:04 -04:00
Henrik Lissner
f1c0d70e34
feature/popup: switch to *info* popups 2018-03-26 03:07:28 -04:00
Henrik Lissner
1af246daeb
feature/popup: add rule for *info* buffers 2018-03-26 03:04:13 -04:00
Henrik Lissner
ebf276c6e7
config/default: redo help leader keybinds 2018-03-26 02:55:16 -04:00
Henrik Lissner
9351633d65
lang/emacs-lisp: make info-lookup-symbol the default doc lookup handler 2018-03-26 02:53:31 -04:00
Henrik Lissner
d06d4c4dde
feature/lookup: fix some windows not grabbing focus after lookups 2018-03-26 02:52:50 -04:00
Henrik Lissner
b848527f0c
ui/nav-flash: fix wrong-type-argument error on recenter 2018-03-26 02:11:11 -04:00
Henrik Lissner
7f6fb69a3d
completion/ivy: reuse last query if none supplied 2018-03-26 00:30:10 -04:00
Henrik Lissner
5a746f3da8
completion/ivy: fix wrong number of args error in rg/ag/pt/grep ex commands 2018-03-26 00:29:55 -04:00
Henrik Lissner
641e26431d
feature/lookup: use xref's symbol-at-point function in other lookups 2018-03-26 00:21:54 -04:00
Henrik Lissner
9e62898d92
completion/ivy: major refactor of file-search commands 2018-03-26 00:02:22 -04:00
Henrik Lissner
83211cd74c
completion/ivy: fix redundant smart-case flag in ripgrep args 2018-03-25 22:59:49 -04:00
Henrik Lissner
855bc5bc20
tools/password-store: auth-source-store => auth-source-pass #480 2018-03-25 22:45:02 -04:00
Henrik Lissner
1983363f9c
config/default: add +default-repeat-{forward,backward}-key options 2018-03-25 22:39:03 -04:00
Henrik Lissner
e41212bb7b
feature/lookup: fix +lookup/definition not fetching the correct identifier
Some xref backends have specialized thing-at-point implementations (such
as haskell's dante's xref backend), this fix uses them to fetch the
identifier at point.
2018-03-25 22:36:05 -04:00
Henrik Lissner
74bbefc5fd
tools/password: auto-password-store => auth-source-store #480
The package was renamed upstream.
2018-03-25 20:26:06 -04:00
Henrik Lissner
28f221ed9c
lang/org: fix backtab (rebound by evil-collection-org) 2018-03-25 17:19:22 -04:00
Henrik Lissner
c87122e6b4
tools/eshell: refactor; don't open another eshell from eshell 2018-03-24 23:19:14 -04:00
Henrik Lissner
8604966e21
ui/doom-dashboard: add 'edit modules list' button 2018-03-24 17:53:13 -04:00