summarylogtreecommitdiffstats
path: root/phreeqc.el
diff options
context:
space:
mode:
authordtbaumann2015-09-20 17:11:45 +0200
committerdtbaumann2015-09-20 17:11:45 +0200
commit7f3491ad5b89a91394accb100de9f010bca72ba7 (patch)
treef4963594b064eecb9d26bc726bf31ceb8bb82f77 /phreeqc.el
parent06703aba2db1da68f2b33fa940a9b687184e0adf (diff)
downloadaur-7f3491ad5b89a91394accb100de9f010bca72ba7.tar.gz
Update PhreeqC to 3.3.0, fix folding-keybindings in phreeqc-mode
Diffstat (limited to 'phreeqc.el')
-rw-r--r--phreeqc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/phreeqc.el b/phreeqc.el
index 7e6b012e9940..d670bfccad8f 100644
--- a/phreeqc.el
+++ b/phreeqc.el
@@ -78,8 +78,8 @@
(define-key map "\C-c\C-v" 'phreeqc-visit-output)
; (define-key map "\M-j" 'electric-phreeqc-terminate-line)
(define-key map "\r" 'phreeqc-electric-terminate-line)
-; (define-key map [M-up] 'phreeqc-previous-fold)
- (define-key map [M-down] 'phreeqc-next-output-fold)
+ (define-key map [M-up] 'phreeqc-previous-fold)
+ (define-key map [M-down] 'phreeqc-next-fold)
(define-key map [menu-bar phreeqc] (cons "Phreeqc" menu-map))
(define-key menu-map [folding-mode]
'("Toggle folding" . folding-mode))