]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 17 Jul 2019 05:08:21 +0000 (14:08 +0900)
committerPHO <pho@cielonegro.org>
Wed, 17 Jul 2019 05:08:21 +0000 (14:08 +0900)
dot-files/_config/tridactyl/tridactylrc
dot-files/_emacs_el

index 85e3d13a645939e91cf252827449bbbf86c49f93..286cd58a24a85b02ffe8f0b0cc223b03e95c6ca0 100644 (file)
@@ -8,6 +8,7 @@ sanitise tridactyllocal tridactylsync
 fixamo_quiet
 set csp clobber
 set editorcmd /usr/pkg/bin/emacsclient
+set modeindicatorshowkeys true
 
 " Reload the rc
 bind <C-r> source
index c0dcc3bc700ed62981adcb02f27ba64abac71037..34b7454ccf425af97a8a65fba7a9098258a32d50 100644 (file)
@@ -733,10 +733,10 @@ Will prompt you shell name when you type `C-u' before this command." t)
  '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo"))))
  '(select-enable-clipboard t)
  '(session-use-package t nil (session))
- '(tramp-auto-save-directory "/tmp/tramp-auto-save")
- '(tramp-completion-reread-directory-timeout 2)
- '(tramp-default-host "localhost")
- '(tramp-default-method "sshx")
+ '(tramp-auto-save-directory "/tmp/tramp-auto-save" nil (tramp))
+ '(tramp-completion-reread-directory-timeout 2 nil (tramp))
+ '(tramp-default-host "localhost" nil (tramp))
+ '(tramp-default-method "sshx" nil (tramp))
  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
  '(uniquify-trailing-separator-p t)
  '(vc-cvs-diff-switches (quote ("-u")))
@@ -758,7 +758,8 @@ Will prompt you shell name when you type `C-u' before this command." t)
  '(whitespace-style
    (quote
     (face tabs trailing space-before-tab newline indentation empty space-after-tab)))
- '(woman-cache-filename "~/.wmncach.el"))
+ '(woman-cache-filename "~/.wmncach.el")
+ '(yaml-block-literal-electric-alist (quote ((62 . "-")))))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.