Commit Graph

5457 Commits

Author SHA1 Message Date
00a429d65f Add comment for company childframes being only available on Emacs +26. 2018-04-25 02:10:03 +02:00
7dde5b1be7 Fixed typo. 2018-04-25 01:54:40 +02:00
f8613645f9 Add missing completion flags. 2018-04-25 00:28:31 +02:00
39b08b4d05 tools/magit: fix leader key in magit-blame 2018-04-23 17:50:51 -04:00
7dd5c12b44 lang/org: disable make-frame hooks in +org-capture/open-frame 2018-04-23 17:50:24 -04:00
5acd952c47 ui/doom-modeline: fix (some) void-variable errors w/ blank buffer-file-truename 2018-04-23 06:07:12 -04:00
b92a83752a feature/lookup: fix :lookup => :documentation setting 2018-04-23 06:06:04 -04:00
7ee689c57c completion/company: reduce contrast of company-box icon colors 2018-04-23 04:30:44 -04:00
2b0c681d7a completion/company: refactor icons & add colors 2018-04-23 04:24:42 -04:00
779184a9ee completion/company: remove company-quickhelp
Quickhelp is unreliable and doesn't look very good. I'm searching for an
alternative.
2018-04-23 03:42:19 -04:00
5e007ada08 completion/company: use company-pseudo-tooltip-frontend instead 2018-04-23 02:37:58 -04:00
4b5e7c1128 feature/popup: add +popup--inhibit-select letvar 2018-04-23 01:21:29 -04:00
fbfba93775 feature/popup: add company hack; don't select doc buffer popup 2018-04-23 01:21:07 -04:00
7579110534 feature/lookup: fix lookup commands skipping to project text search 2018-04-23 01:19:50 -04:00
cf99f29ee0 completion/company: add company-box package 2018-04-23 00:53:18 -04:00
135ebd925f Enable global-eldoc-mode; less work for me! 2018-04-23 00:34:03 -04:00
15c735a053 lang/javascript: fix :company-backend typo 2018-04-23 00:28:32 -04:00
aef9724324 Add doom*shut-up advisor to core-lib 2018-04-23 00:03:28 -04:00
35e5dbcb11 config/default: reformat & refactor company keybinds 2018-04-22 23:59:33 -04:00
855ad2c0f1 lang/javascript: refactor company/lookup config; bring back xref-js2 2018-04-22 23:57:32 -04:00
6ba9259735 feature/lookup: support multiple lookup functions & minor modes in :lookup 2018-04-22 23:55:49 -04:00
97812583f0 completion/company: add company-box config & +childframe flag 2018-04-22 23:41:53 -04:00
6bdaf2afbb completion/company: refactor +auto implementation 2018-04-22 23:41:20 -04:00
c583a89a15 completion/company: allow minor modes in :company-backend 2018-04-22 23:40:09 -04:00
5743e7da7a Revert "enable which-key's evil support" #536
This reverts commit b3260f6a9e.

Fixes #542
2018-04-22 18:37:10 -04:00
c7e2b38368 Move core/debug.el => ./debug.el
"debug.el" conflicts with built-in debug package
2018-04-22 17:22:14 -04:00
3dfffe455e Rename core/autoload/debug.el => util.el
"debug.el" conflicted with the built-in debug package
2018-04-22 17:21:34 -04:00
f3facdf642 Add simple vanilla-emacs test ground 2018-04-21 21:05:31 -04:00
fa3f627f44 lang/cc: fontify constants only in c/c++ buffers 2018-04-21 21:04:55 -04:00
a5877139cd feature/workspaces: persp-mode integration for eshell, compile & magit-status 2018-04-21 21:04:34 -04:00
39836fc15d feature/workspace: disable autosave on manual autosave
+workspace/save-session without a name = autosaves the current session.
Doing so now disables autosaving on kill-emacs, otherwise your autosave
would be overwritten when closing Emacs.
2018-04-21 21:03:23 -04:00
cb8f12c7da feature/syntax-checker: flycheck buffer upon leaving insert mode 2018-04-21 06:18:06 -04:00
8c4176cf8b lang/org: remove parse-raw from org-pandoc-options #544 2018-04-21 02:02:20 -04:00
adb3fdbdce tools/make: make +make/run more robust; add +make/run-last #543 2018-04-20 04:14:30 -04:00
fb95ef6255 config/default: remove nonexistent org keybinds #541 2018-04-20 02:47:52 -04:00
581e1fc56c lang/javascript: add autoload for skewer-repl 2018-04-20 02:47:02 -04:00
a9d70f808c lang/javascript: use eslint_d for syntax checking in eslintd-fix-mode 2018-04-20 02:47:02 -04:00
595d6215d2 lang/javascript: general refactor
+ No need for some rjsx-mode hooks, when it is derived from js2-mode
  (thus, js2-mode hooks will run in rjsx-mode).
+ Reorganized package configs with major modes at the top.
+ Fix incorrect usage of add-hook! with three arguments for rjsx-mode.
2018-04-20 02:47:02 -04:00
c08f6b25d9 lang/javascript: use correct hooks for jsx-mode #540 2018-04-19 04:01:50 -04:00
da7975feff lang/javascript: fix +javascript/refactor-menu 2018-04-19 03:59:58 -04:00
eef89da872 lang/javascript: remove xref-js2 (superceded by tide) 2018-04-19 03:57:11 -04:00
71192bf09a lang/javascript: start tide in rjsx-mode buffers #540 2018-04-19 03:45:08 -04:00
8ad9f4cb3b Merge pull request #539 from dywedir/patch-1
remove mention of tern in comment
2018-04-19 02:35:49 -04:00
718511b5e6 remove mention of tern in comment 2018-04-19 09:33:47 +03:00
9e45ad670c lang/javascript: add autoloaded cleanup & project-root functions
Forgot to add this to 605c897d
2018-04-19 01:14:01 -04:00
605c897d96 lang/javascript: doom-project-root support & clean up processes for tide 2018-04-19 00:51:51 -04:00
185f47d2aa lang/javascript: disable tide-hl-identifier-mode by default 2018-04-19 00:51:12 -04:00
c156551dd1 lang/javascript: minor reformatting/comment revision 2018-04-19 00:50:54 -04:00
8625cb03b0 lang/javascript: remove vestigial eslint_d support 2018-04-19 00:50:35 -04:00
66c98b8add Merge pull request #535 from fuxialexander/ein_update
EIN module updates & fixes
2018-04-18 20:37:53 -04:00