We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e097a3a commit ca221dfCopy full SHA for ca221df
json-mode.el
@@ -90,12 +90,12 @@
90
;; delete the window if we have one,
91
;; so we can recreate it in the correct position
92
(if temp-window
93
- (delete-window temp-window))
+ (delete-window temp-window))
94
95
;; always put the temp window below the json window
96
(set-window-buffer (if (fboundp 'split-window-below)
97
- (split-window-below)
98
- (split-window-vertically)) temp-name))
+ (split-window-below)
+ (split-window-vertically)) temp-name))
99
))
100
101
(define-key json-mode-map (kbd "C-c C-p") 'json-mode-show-path)
0 commit comments