This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Do this in an MSYS2 MinGW x64 Terminal | |
# pacman -S --needed base-devel \ | |
# mingw-w64-x86_64-toolchain \ | |
# mingw-w64-x86_64-xpm-nox \ | |
# mingw-w64-x86_64-gmp \ | |
# mingw-w64-x86_64-gnutls \ | |
# mingw-w64-x86_64-libtiff \ | |
# mingw-w64-x86_64-giflib \ | |
# mingw-w64-x86_64-libpng \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; New versions of consult make this dramatically simpler than it used to be. Just one function that you can bind to a key: | |
;;;###autoload | |
(defun consult-ripgrep-all (&optional dir initial) | |
(interactive "P") | |
(let ((consult-ripgrep-args "rga --null --line-buffered --color=never --max-columns=1000 --smart-case --no-heading --with-filename --line-number")) | |
(consult-ripgrep dir initial))) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
1 -> (ess-set-width) | |
1 <- ess-set-width: nil | |
====================================================================== | |
1 -> (ess--get-mode-line-indicator) | |
1 <- ess--get-mode-line-indicator: ("" "R" (:eval (let ((proc (get-process ess-local-process-name))) (if (and proc (process-get proc 'dbg-active)) (let ((str ess-debug-indicator)) (ess-debug-minor-mode 1) (put-text-property 1 (length str) 'face '(:foreground "white" :background "red") str) str) (ess-debug-minor-mode -1) #1=""))) (:eval (or (and (ess-process-live-p) (ess-process-get 'on-error-action)) #1#))) | |
====================================================================== | |
1 -> (ess-debug-minor-mode -1) | |
1 <- ess-debug-minor-mode: nil | |
====================================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(R): ess-dialect=R, buf=JTH/v3_data_read.R, start-arg=nil | |
current-prefix-arg=nil | |
(inferior-ess: waiting for process to start (before hook) | |
NORMAL-FILTER: | |
--> busy:t busy-end:nil sec-prompt:nil interruptable:nil <-- | |
--> running-async:nil callback:nil suppress-next-output:nil <-- | |
--> dbg-active:nil is-recover:nil <-- | |
--> string: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;"> |