This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
misc changes
pull/1/head
10sr
12 years ago
parent
d64acfb11e
commit
8da6c5fd1d
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
_keysnail.js
+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
Write
Preview
Loading…
Cancel
Save