Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
8da6c5fd1d
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      _keysnail.js
  2. +2
    -0
      emacs.el

+ 1
- 0
_keysnail.js View File

@@ -159,6 +159,7 @@ plugins.options["twitter_client.use_jmp"] = true;
// エクステ

ext.add("my-setpref2", function(){
// navigator.platform
util.setPrefs(
{
"browser.cache.disk.parent_directory":"/tmp"


+ 2
- 0
emacs.el View File

@@ -1604,6 +1604,8 @@ when SEC is nil, stop auto save if enabled."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; misc funcs

(defalias 'qcalc 'quick-calc)

;; (when (require 'ansi-color nil t)
;; (ansi-color-for-comint-mode-on))
(defvar git-command-history nil


Loading…
Cancel
Save