Commit Graph

6180 Commits

Author SHA1 Message Date
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
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
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
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
9a79f3815f moved comapny files regexp for org mode to org/config.el 2019-10-10 10:04:30 +02:00
73e0baba08 Allow +literate-config-file to be a symbolic link
If the literate config file is a symbolic link, the tangled file is with the
target of the link, not with the literate config file.
2019-10-09 21:02:49 -05:00
c5f34a7d04 Fix #+SINCE in ui/workspaces/README.org 2019-10-10 01:48:05 +03:00
5100b84ed6 Fix #+SINCE in ui/doom/README.org 2019-10-10 01:45:36 +03:00
f9d84537f9 Fix #+SINCE in ui/doom-dashboard/README.org 2019-10-10 01:44:12 +03:00
7b3bbe68c6 Fix #+SINCE in app/write/README.org 2019-10-10 01:43:16 +03:00
fe4bb70a18 Reformat app/write/README.org to match __doom-readme template 2019-10-10 01:20:35 +03:00
a4fbf5242d Reformat ui/doom-dashboard/README.org to match __doom-readme template 2019-10-10 01:10:57 +03:00
98a65a3489 Reformat ui/doom/README.org to match __doom-readme template 2019-10-10 01:06:08 +03:00
11e4e81d79 Update Commands & Keybindings in Workspaces README 2019-10-10 00:43:43 +03:00
596e7c97a9 added company-files support for file links in org mode 2019-10-09 23:21:33 +02:00
f8fe6f3a80 keybindings for org-html-export 2019-10-09 17:45:17 +02:00
94ce52a70d Fix #1772: void-variable sly-contribs errors 2019-10-08 22:00:30 -04:00
3181933ed1 Minor refactoring and reformatting 2019-10-08 17:42:36 -04:00
9857b3d481 lang/clojure: fix repl handler #1714 2019-10-08 17:42:36 -04:00
bb71f591f8 tools/eval: fix void-variable term-raw-map errors 2019-10-08 17:42:36 -04:00
2ee0e1e110 Bind SPC b r = revert-buffer 2019-10-08 17:42:36 -04:00
e502234564 Merge pull request #1860 from darth10/develop
lang/cc, editor/lispy: fix typos in README
2019-10-08 11:29:04 -04:00
1968a2ad1c Fix typo in CC README (gompany -> company) 2019-10-08 20:07:44 +13:00
477244ee59 Fix typo in lispy README (modules -> module) 2019-10-08 20:07:07 +13:00
03cd29e955 Only apply drag-stuff keybinds to global keymap 2019-10-08 02:53:03 -04:00
c6d5fa601e lang/org: fix temporary agenda buffers if/when switched to 2019-10-07 23:20:23 -04:00
a9919a5360 Fix #1703: blank dired over TRAMP
When the remote system does not have GNU ls installed.
2019-10-07 22:12:16 -04:00
4d8647fe7a Add drag-stuff package #562 2019-10-07 21:36:27 -04:00
4289df5bc2 lang/clojure: fix repl handler #1714
Also: minor refactor
2019-10-07 20:19:43 -04:00