Commit Graph

5286 Commits

Author SHA1 Message Date
3873d52c8d lang/org: fix function description 2019-05-04 21:03:59 +02:00
c692848cc3 update readme 2019-05-04 08:26:13 +02:00
110c2ffeb9 improve readme, remove comments about dependencies 2019-05-04 08:16:49 +02:00
032568e308 update table of contents, remove commands doc 2019-05-04 08:07:43 +02:00
1bb5ed7b0b Merge pull request #1379 from xvrdm/patch-1
One dot in wrong place
2019-05-03 20:49:28 -04:00
778e965501 Merge pull request #1381 from pcasaretto/protobuf
Add protobuf package to data module
2019-05-03 20:48:45 -04:00
927dcb274d tools/lookup: log handler errors
Silences them unless debug mode is on
2019-05-03 20:45:11 -04:00
d481fc1dd4 tools/lookup: update README & docstrings
And minor reformatting of config.el
2019-05-03 20:44:49 -04:00
96ca04d488 Set lsp lookup handlers rather than remapping them
Now that the lookup module has beter deferred handler support.
2019-05-03 20:03:32 -04:00
90922caad0 lang/java: remove vestigial function call
Reported by @ztlevi
2019-05-03 19:44:38 -04:00
92138dc8e2 Move mode-protobuf package to data module 2019-05-03 16:29:48 -03:00
75d6ee6426 Add a protobuf module 2019-05-03 16:17:36 -03:00
bd79f942d3 lang/emacs-lisp: fix false errors from featurep! 2019-05-03 13:39:00 -04:00
4c283a80f3 One dot in wrong place
Not sure what I am doing, but I cannot run the example with the `.` and the example on the previous line also use `:size` without a `.` before the size value.
2019-05-03 14:38:29 +02:00
25beb4bcfd lang/emacs-lisp: restore flycheck in elisp buffers
However, with `emacs-lisp-checkdoc` disabled and `emacs-lisp`
significantly gimped.

byte-compile-warnings may need to be adjusted to allow for *some*
warnings.

Also, reformat emacs-lisp-mode hooks
2019-05-02 21:23:33 -04:00
ee7ff68ae4 lang/emacs-lisp: don't move cursor on syntax error
i.e. when parentheses are unbalanced.
2019-05-02 20:40:48 -04:00
2823c4e467 Bind SPC h R = doom/reload
As an alias to SPC h r r
2019-05-02 18:18:01 -04:00
1c976dc0e4 Minor, general refactors
Also rename custom lookup handlers for consistency and use the new
inline :async property instead.
2019-05-02 17:57:31 -04:00
d17764366e Rewrite lookup handling
- Rewrite documentation for set-lookup-handlers!
- Remove opening lookup targets in other-window; sorry, but there is no
  consistent, stable way to do this, when many jump handlers are
  asynchronous. If you want to open a jump target in another window,
  create a split beforehand.
- Add support for jump handlers returning 'fail or 'deferred
- Fix xref backends when using async UIs like ivy or helm
- Conditionalize creating a better-jump jump point, and create it in the
  spot we jumped *from*, not where we jumped *to*.
2019-05-02 17:53:59 -04:00
0f21e2b44a Fix lookup handlers not being used #1378 2019-05-02 17:51:51 -04:00
ae06ddf78a ui/popup: update README 2019-05-02 15:11:32 -04:00
952a86c2e5 completion/company: revise idle completion in docs 2019-05-01 21:02:29 -04:00
dee6e4c214 lang/web: use only company-capf for s?css-mode 2019-05-01 21:02:29 -04:00
fd04f468e2 lang/emacs-lisp: reformat autoloads file
Moves public function away from interactive commands.
2019-05-01 21:02:29 -04:00
983f081369 lang/emacs-lisp: improve imenu support
Among other things:

- Recognizes after!, ;;;###package and use-package as "Packages"
- Recognizes outline-minor-mode "Sections"
2019-05-01 21:02:29 -04:00
6d314c2795 Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
4aa65aa019 Move avy, ace-link & ace-window out of core
They don't belong there, and ace-window is no longer a core dependency
anyhow.
2019-05-01 21:02:28 -04:00
8a525005a9 Merge pull request #1376 from Dragnucs/patch-1
Update treemacs open command
2019-05-01 15:00:41 -04:00
adc8fc0ad1 tools/lookup: autoload +lookup-online-backend #1375 2019-04-30 20:22:28 -04:00
f20f477a44 lang/rust: fix documentation lookup handler #1374 2019-04-30 20:21:12 -04:00
b39188406d Add a draft for docker module documentation 2019-04-30 17:34:40 -03:00
ed5d27eee7 tools/lookup: stop prompting for TAGS file 2019-04-30 15:11:23 -04:00
6b21e31df6 tools/lookup: update dumb-jump backend
dumb-jump-go no longer returns a plist, but a file path, on successful
jump.
2019-04-30 15:10:43 -04:00
787cab6007 Update treemacs open command
Update treemacs open command toggle +treemacs/toggle
2019-04-30 10:25:39 +01:00
414d340567 Correct typo in editor/evil/README.org #1361 2019-04-29 20:57:48 -04:00
b2d49c29ca ui/modeline: minor refactor/reformatting 2019-04-29 18:13:28 -04:00
4aa4802885 ui/modeline: remove indent segment
It's wasted space now that dtrt-indent logs changes to indentation.

Also resolves a performance issue where the tab/space unicode character
would cause long 3-5s delays on startup or first-file load.
2019-04-29 18:03:18 -04:00
8e453462c7 lang/org: evil-org-retain-visual-state-on-shift = t 2019-04-26 17:43:45 -04:00
6b69eaa397 Minor refactors across the board 2019-04-26 17:42:44 -04:00
a03b676297 Move leader which-key labels to core-keybinds 2019-04-26 17:29:54 -04:00
ba94ab09d3 editor/evil: disable C-i keybind for tty users #1367 2019-04-26 17:29:54 -04:00
12a3adab2c ui/doom-dashboard: fix evil motion keys #1365
Because :feature evil was moved to :editor evil, it is initialized
later, meaning evil map! keybinds prior to that module loading are
ignored. There's no harm in generalizing these remaps, however.
2019-04-26 17:29:54 -04:00
9cdd5b2f99 Fixes for ivy-switch-buffer icons
Corrects the ivy-switch-buffer transformer to use buffer icons (not file
icons), and fixes alignment issues in the icon display.
2019-04-27 00:14:53 +10:00
c79cf3c820 lang/python: use anaconda-mode for non-project files 2019-04-25 22:20:31 -04:00
eb62dde5d3 Fix ui/workspaces autoloads & tests 2019-04-25 22:20:31 -04:00
1911f44e66 completion/ivy: add +icons flag
This replaces +ivy-buffer-icons.

Renders #1362 unnecessary.
2019-04-25 22:20:31 -04:00
feb78e8fa3 fix rustc detection 2019-04-25 18:31:42 +02:00
237e14ae7b lang/clojure: fix lookup-def handler #1360 2019-04-24 21:32:26 -04:00
4506fb9223 lang/php: update wrt changes upstream #1350
Removes some of the hacks that have long since been resolved upstream,
and install phpactor from MELPA, now that it is available there.
2019-04-24 20:58:06 -04:00
fc511ed701 ui/workspaces: minor refactors 2019-04-24 18:27:40 -04:00