Commit Graph

10933 Commits

Author SHA1 Message Date
752a34b17b Add terminal-cursor-change snippet. 2019-10-31 20:16:03 -07:00
51defe93ce lang/org: don't ask for permission to run elisp links
We'll trust the user to know what they're doing
2019-10-31 23:13:03 -04:00
c80413fabc lang/org: include full datetime in notes/changelog entries 2019-10-31 23:12:35 -04:00
249a9aab6d lang/org: use checkbox keyword for personal todo captures 2019-10-31 23:12:02 -04:00
843be4d2a6 lang/org: refactor org-journal integration 2019-10-31 23:09:43 -04:00
1cd7438f1f lang/org: add journal org-capture template 2019-10-31 23:09:26 -04:00
040fcfcffa lang/org: add centralized org-capture project targets
For saving project todos/notes/changelogs in a central
{org-directory}/projects.org file, under {Project
Name}/{Tasks,Notes,Changelog} headings.

If you want to prefix the outline path, you can specific a :parents
property. e.g.

  (after! org-capture
    (org-capture-put :parents '("Projects")))

or

  (dolist (key '("ot" "on" "oc"))
    (setf (alist-get key org-capture-templates)
          (append (alist-get key org-capture-templates)
                  '(:parents ("Projects")))))

Also sets :kill-buffer t by default, for all org capture templates.
2019-10-31 22:45:59 -04:00
7900cef7da Follow symlinks when searching autoloads
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-11-01 10:42:39 +09:00
0e2c642a86 Fix autoload cookie for doom/help-search-loaded-files
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-11-01 10:30:56 +09:00
fd00870ae8 Fix #1401 2019-10-31 20:51:20 -04:00
e0cd71e25f Complain louder about deprecated def-package! macros
They will be removed soon.
2019-10-31 14:35:24 -04:00
0b8e7a27b6 Minor refactoring/reformatting across the board 2019-10-31 14:35:07 -04:00
3930a23084 lang/go: mention +lsp flag in README 2019-10-30 23:29:34 -04:00
17957a666d [clojure] Check for nrepl-server-buffer in advice
When using cider-connect to an external server this function would throw
an exception because nrepl-server-buffer is nil
2019-10-31 10:47:48 +08:00
1c4a170614 Reformat vim-unimpaired-esque keybinds 2019-10-30 22:26:12 -04:00
5f6d9eadb3 Bind '{[,]} c' to jump between comments
I know {[,]} * and {[,]} \\ are the unimpaired keys for this, but
putting it on 'c' makes much more sense and is easier to hit.
2019-10-30 22:23:28 -04:00
9fa447a83b Remove SPC DEL binding
Instead, 'ga' (or calling `what-cursor-position`) will trigger
nav-flash, to serve as the "where's my cursor" command from now on.

Closes #1883
2019-10-30 22:09:52 -04:00
a7e8e50c40 Correct some typos 2019-10-30 14:41:10 +00:00
d407b3355a Fix nonsensical error if autoloads are missing
`signal` treats its second argument like a list. Passing it a string
make it spew out the message as a list of character codes.
2019-10-30 00:03:39 -04:00
90d9fd65b7 Fix void-function if-let on startup #1982 2019-10-30 00:03:39 -04:00
412674b165 docs/getting_started: remove redundant section
And mark unfinished sections with TODO.
2019-10-29 23:44:45 -04:00
63dfd298ca Append slash to DOOMLOCALDIR & DOOMDIR
If needed.
2019-10-29 22:36:51 -04:00
2ab221cc89 fix markdown formatting 2019-10-29 15:52:40 -07:00
1d09e4655a Fix split-window & update docstring 2019-10-29 18:27:19 -04:00
496a4b1b5f editor/evil: alphabetize text object keybinds 2019-10-29 18:20:35 -04:00
762c374198 Rename +eval-overlay-max-lines -> +eval-popup-min-lines
Generalize variable.
2019-10-29 18:19:02 -04:00
effee30138 ui/nav-flash: don't trigger on mouse click 2019-10-29 18:19:02 -04:00
89e617622d lang/org: fix 'project changelog' org-capture target
Was opening 'notes.org' rather than 'changelog.org'
2019-10-29 18:19:02 -04:00
fb03dd8df3 Remove tramp-read-passwd advice
tramp-current-method is no longer defined in Emacs 27, and this advice
may not be necessary anymore.
2019-10-29 18:19:02 -04:00
d3292e0329 Merge pull request #1979 from gagbo/feature/hydra-mappings
ui/hydra: add README.org
2019-10-29 18:10:54 -04:00
d0101b661c Add Readme for hydra module 2019-10-29 20:17:03 +01:00
2d36c0f9a7 lang/org: fix STRT keyword shortcut (d -> s) 2019-10-29 11:36:46 -04:00
5e6363f025 tools/magit: invalidate projectile cache on git checkout 2019-10-29 11:36:46 -04:00
2a6b1a1fb6 Unset projectile-git-submodule-command if tr is unavailable
Otherwise windows users can't use projectile in projects with
submodules.
2019-10-29 11:36:46 -04:00
196c716c74 tools/lsp: fix void-function (setf lsp--workspace-shutdown-action)) #1965 2019-10-29 11:36:46 -04:00
4b91f961b6 Merge pull request #1977 from eltone/feature/ruby-auto-breakpoint
lang/ruby: auto enter inf-ruby when breakpoint detected
2019-10-29 10:02:13 -04:00
ac334a053e lang/ruby: auto enter inf-ruby when breakpoint detected 2019-10-29 12:00:28 +00:00
4bd8f5f89e Add banner links to README 2019-10-29 01:42:08 -04:00
bc8dd82590 Merge pull request #1972 from rgrinberg/ignore-send-mail
ui/popup: ignore send mail buffers
2019-10-29 01:25:19 -04:00
5ea72bec98 Merge pull request #1967 from JakDar/develop
lang/org/README: fix howto for removing +org-cycle-only-current-subtree-h
2019-10-29 01:24:41 -04:00
4b2447f837 Fix README links #1771 #1755 2019-10-29 01:13:57 -04:00
c9faf33780 Add 'SPC q {f,F}' keybinds
- SPC q f' = delete current frame
- SPC q F' = clear current frame (kill all buffers and windows)
2019-10-29 01:11:06 -04:00
ecc5adc6bf Bind SPC ; to pp-eval-expression
Improved output formatting.
2019-10-29 01:10:43 -04:00
4657c9e9be editor/snippets: fix error loading doom-snippets-lib 2019-10-29 01:10:25 -04:00
3f6decfe04 Add docs/contributing.org
Closes #1962
Relevant to #1771, #1755, #839, #372
2019-10-29 01:10:25 -04:00
c719e02e9a Add docs/workflow.org (skeleton)
Relevant to #174
2019-10-29 01:10:24 -04:00
73e50e1bcb Add docs/getting_started.org 2019-10-29 01:10:24 -04:00
53d8c97cb0 lang/org: fix eldoc display in org-mode 2019-10-29 01:10:24 -04:00
527df08373 docs/faq.org: #+STARTUP: nofold 2019-10-29 01:10:24 -04:00
6549a4f982 Fix pre-existing font frame parameter being overwritten 2019-10-29 01:10:24 -04:00