File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 20
20
:init
21
21
(+map! " wa" #'ace-window ))
22
22
23
+ ; ; Help/info buffers
23
24
(add-to-list
24
25
'display-buffer-alist
25
26
`(,(rx bol " *" (or " info" " Printing Help" " Org Entity Help" " General Keybindings" (seq (or " Help" " helpful" " eldoc" " Tcl help" " Man " " WoMan " ) (* any))) " *" )
47
48
(side . right)
48
49
(window-width . 82 )))
49
50
51
+ ; ; Terminal buffers
50
52
(add-to-list
51
53
'display-buffer-alist
52
54
`(,(rx bol " *" (or " eshell" " terminal" " shell" " Shell Command Output" " Async Shell Command" ) " *" eol)
55
57
(reusable-frames . visible) ; ;
56
58
(window-height . 0.3 )))
57
59
60
+ ; ; REPL buffers
58
61
(add-to-list
59
62
'display-buffer-alist
60
63
`(,(rx bol " *"
61
- (or " scheme" " ielm" " Python" " Inferior Octave" " maxima" " imaxima" " lua" " inferior-lisp" " prolog" " gnuplot"
64
+ (or " scheme" " ielm" " Python" " Inferior Octave" " maxima" " imaxima" " lua"
65
+ " inferior-lisp" " prolog" " gnuplot" " Nix-REPL"
62
66
(seq (or (seq " R" (opt " :" (any digit))) " julia" ) " :" (* any)))
63
67
" *" eol)
64
68
(display-buffer-in-side-window )
You can’t perform that action at this time.
0 commit comments