doomemacs/modules
Samuel Jackson bb677cf7a5 Prevent extra variable from being passed in macro.
In the PDF module, there is a macro that is used to prevent the
file-too-big prompt for PDFs since they're always too big. However, this
macro has an extra variable listed that then gets passed on to the
wrapped function and causes an error if the function doesn't support the
extra variable.

This fix simply checks if the extra value is present or not and only
calls the wrapped function with it if is actually present. After all,
the variable will still be nil even if nil isn't passed.
2021-07-04 14:59:29 -07:00
..
app app/calendar: remove non-existent autoload 2021-06-07 21:06:17 -04:00
checkers Merge pull request #5111 from destroyer449/flycheck_documentation 2021-06-04 14:21:15 -04:00
completion Fix "Couldn't find project root" error on +ivy/compile 2021-06-04 14:50:45 -04:00
config Lazy-load yasnippet harder for faster first-file load time 2021-06-05 13:12:00 -04:00
editor Fix +tabs:previous-or-goto typo 2021-06-06 17:49:26 -04:00
emacs Bump :emacs vc :tools magit 2021-05-25 13:39:26 -04:00
email Refactor doom-{path,file,dir,glob} 2021-05-23 21:49:02 -04:00
input Merge pull request #4933 from pickfire/fcitx5 2021-05-24 13:47:39 -04:00
lang Merge pull request #5152 from cnr/org-tree-slide-hide-blocks 2021-06-07 21:16:29 -04:00
os Fix #4977: inhibit xterm-set-window-title in GUI emacs 2021-05-06 04:27:33 -04:00
term Don't build vterm-module in noninteractive sessions 2021-05-24 13:54:13 -04:00
tools Prevent extra variable from being passed in macro. 2021-07-04 14:59:29 -07:00
ui Bump :ui doom 2021-06-07 21:05:25 -04:00