You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/highline/files/51highline-gentoo.el

16 lines
638 B

;;; highline site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(load "highline-autoloads" nil t)
;; (global-set-key "\C-c\C-a" 'highline-on)
;; (global-set-key "\C-c\C-b" 'highline-off)
;; (global-set-key "\C-c\C-l" 'highline-local-mode)
;; (global-set-key "\C-c\C-d" 'highline-mode-on)
;; (global-set-key "\C-c\C-e" 'highline-mode-off)
;; (global-set-key "\C-c\C-g" 'highline-mode)
;; (global-set-key "\C-c\C-c" 'highline-customize)
;; (global-set-key "\C-c\C-v\C-n" 'highline-view-on)
;; (global-set-key "\C-c\C-v\C-f" 'highline-view-off)
;; (global-set-key "\C-c\C-v\C-t" 'highline-view-mode)