projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477f09d
)
*** empty log message ***
author
Francois Fleuret
<francois@fleuret.org>
Sun, 14 Mar 2010 08:03:53 +0000
(09:03 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 14 Mar 2010 08:03:53 +0000
(09:03 +0100)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
1bc1364
..
3f84c24
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-1368,6
+1368,10
@@
universal argument starts xfig even if the .fig does not exist"
(when (ff/load-or-alert "lookup-dict" t)
(define-key global-map [(control \?)] 'lookup-dict))
+;; (defun ff/generate-password () (interactive)
+ ;; (let ((c "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-"))
+ ;; (nth (random (length c)) c))
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Automatization of things I do often
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;