mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
fix: stop links opening in wrong profile
This commit is contained in:
parent
875083a74e
commit
3f6f3fbed7
6 changed files with 117 additions and 16 deletions
|
|
@ -1275,12 +1275,12 @@ create a new one."
|
|||
(setq highlight-parentheses-background-colors '("magenta" "blue" "cyan" "green" "yellow" "orange" "red"))
|
||||
(global-highlight-parentheses-mode t))
|
||||
|
||||
(electric-pair-mode 1)
|
||||
(setq electric-pair-preserve-balance t)
|
||||
(setq electric-pair-skip-self nil)
|
||||
(setq electric-pair-delete-adjacent-pairs t)
|
||||
;; (electric-pair-mode 1)
|
||||
;; (setq electric-pair-preserve-balance t)
|
||||
;; (setq electric-pair-skip-self nil)
|
||||
;; (setq electric-pair-delete-adjacent-pairs t)
|
||||
;; don't skip newline when auto-pairing parenthesis
|
||||
(setq electric-pair-skip-whitespace-chars '(9 32))
|
||||
;; (setq electric-pair-skip-whitespace-chars '(9 32))
|
||||
|
||||
;; in org-mode buffers, do not pair < and > in order not to interfere with org-tempo
|
||||
(add-hook 'org-mode-hook (lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue