Commit Graph

10535 Commits

Author SHA1 Message Date
c0e8775f72 remove gh-action testing 2019-10-12 22:23:42 -05:00
0323eb6700 remove macos 2019-10-12 22:19:45 -05:00
39ae5873c0 add PRs, macos, and remove compile 2019-10-12 22:01:44 -05:00
78f808d31e Fix uses of projectile-locate-dominating-file
This function isn't autoloaded so we should include it in the list of
commands like some other projectile functions.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 11:37:06 +09:00
1f59db47d8 add gh-actions branch for testing 2019-10-12 21:36:32 -05:00
5dd742782a add initial GitHub action CI 2019-10-12 21:32:06 -05:00
14b5e545c4 Remove detection for .merlin files
These files are generated and hence this detection fails if they haven't
been generated yet. Merlin is essential for basically all OCaml
development so there's no need for this extra check.

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2019-10-13 11:26:49 +09:00
5999fee7c3 completion/company: load company earlier
Potentially addresses #1696, #1687, #1686, #993
2019-10-12 19:31:59 -04:00
9c548a60e3 completion/ivy: load counsel earlier 2019-10-12 19:31:05 -04:00
440da591c1 Adds README for lang:ledger 2019-10-13 00:50:06 +03:00
9f1936ae3a Revise docs/faq 2019-10-12 14:55:16 -04:00
90b59d00df editor/evil: update evil-collection-mode-list 2019-10-12 00:48:48 -04:00
b45cc335db lang/common-lisp: offload to evil-collection-sly 2019-10-12 00:48:48 -04:00
30c091d3f5 Fix non-string args to file-exists-p! macro 2019-10-12 00:48:48 -04:00
1d072a6c9e Open C-{S-t,t} keys to other OSes/terminal emacs 2019-10-12 00:48:48 -04:00
922b48872d lang/org: move hugo config into +org-init-export-h
It doesn't warrant its own file under contrib.
2019-10-12 00:48:47 -04:00
22b0b43fe1 lang/org: replace SPC m e with org-export-dispatch #1879
Let ox handle the export dispatch keybinds.
2019-10-12 00:48:47 -04:00
74211e11c0 Adds how to build emacs with ImageMagick in app:twitter 2019-10-11 11:56:33 +03:00
fd6e53be7a Adds README for app:twitter 2019-10-11 11:56:22 +03:00
586243e297 Merge pull request #1877 from zakkak/fix-comments-in-emacs-bindings
Fix comments for M and I prefixes in +emacs-bindings.el
2019-10-10 22:22:21 -04:00
6ba7c97501 Remove the_platinum_searcher support
I'm reducing the scope of our project search so we can eventually focus
on ripgrep. By specializing I can extend Doom's features for project
searching.
2019-10-10 22:02:18 -04:00
7654764713 editor/evil: update docstring for +evil:align* commands 2019-10-10 21:38:08 -04:00
aac843511b Fix :h[elp] ex command
To now open documentation for ex commands, otherwise falling back to
apropos. If BANG, then searches Doom's (yet to be published) manual.
2019-10-10 21:31:13 -04:00
82167ab48a Remove :lang vala module
To small to warrant a module and vala-mode is unmaintained. It's trivial
for end users to install it themselves.
2019-10-10 21:31:13 -04:00
449238cdbe Fixes comments for M and I in +emacs-bindings.el 2019-10-11 02:32:09 +03:00
44eb11c028 ui/treemacs: make o {v,s} consistent w/ C-w {v,s} #1875 2019-10-10 16:58:23 -04:00
0fe576d104 Add more names to winner-boring-buffers 2019-10-10 16:11:42 -04:00
33bc15788c lang/web: enable company-css in web-mode 2019-10-10 16:11:42 -04:00
a3fa1e07b1 Refactor doom/kill-*-buffer commands 2019-10-10 16:11:42 -04:00
400dae27cd Bind C-w d to evil-window-delete #1874 #1436
This binds SPC w d as well
2019-10-10 16:11:42 -04:00
d87310bd55 Replace evil-commentary with evil-nerd-commenter
The latter provides a comment text object and better commenting support
across various languages.
2019-10-10 16:11:42 -04:00
07380af819 Add gy operator for yanking without indentation
Copies

   (a
    b
    c)

As

(a
 b
 c)
2019-10-10 16:11:41 -04:00
9e3974d2f3 doom/help-faq: restrict to second-levels headings 2019-10-10 16:11:41 -04:00
4cafaec527 Disable projectile-grep for +{ivy,helm}/grep 2019-10-10 16:11:41 -04:00
1cb3a43e03 ui/neotree: don't manage popups
Neotree can do that on its own.
2019-10-10 16:11:41 -04:00
dac0b0b22b Add company-files support for org file links (#1867) 2019-10-10 15:35:15 -04:00
d74ed618ce moved company-files-regexps change from org/config to company/conif 2019-10-10 20:34:52 +02:00
d3ebe747b6 fix for +org-company-init-h company-files-regexps initialization 2019-10-10 20:21:35 +02:00
fa14fc9688 formatting fix 2019-10-10 20:12:58 +02:00
02decf5a2e made org-company setting regex lazy and removed lambda 2019-10-10 20:10:10 +02:00
c85f3e1cb4 Merge pull request #1865 from Porcupine96/develop
lang/org: add keybinds for org-html-export
2019-10-10 11:33:58 -04:00
ee5cdb9e5d Merge pull request #1866 from zakkak/workspaces-readme
ui/workspaces: update commands & keybindings in README
2019-10-10 11:33:30 -04:00
fab033e899 Merge pull request #1868 from zakkak/ui-doom-readme
ui/doom: update README.org to new format
2019-10-10 11:30:59 -04:00
d9f471285a Merge pull request #1869 from zakkak/ui-doom-dashboard-readme
ui/doom-dashboard: update README.org to new format
2019-10-10 11:30:17 -04:00
86e3035ba4 Merge pull request #1870 from zakkak/app-write-readme
app/write: update README.org to new format
2019-10-10 11:29:38 -04:00
d633a06ee8 Merge pull request #1871 from yangsheng6810/fix_symbolic_config
config/literate: allow symlinks for +literate-config-file
2019-10-10 11:28:47 -04:00
a78cd13c44 Merge pull request #1872 from flatwhatson/imenu-jump
Set a jump point when using imenu
2019-10-10 11:27:48 -04:00
d1b7e656db Merge pull request #1873 from darth10/develop
tools/debugger: fix void-variable evil-emacs-state-local-map

For non-evil users
2019-10-10 11:26:54 -04:00
a1a627d871 Add links to plugins in app/write/README.org 2019-10-10 14:22:25 +03:00
8129112e59 Check if evil-emacs-state-local-map is bound 2019-10-10 22:35:26 +13:00