最后出现类似下面的语句算是完成啦~ The authenticity of host ‘http://github.com(207.97.227.239)’ can’t be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ...
Face of mode-line at no matching case anzu-replace-highlight Face of from-string of replacement anzu-replace-to Face of to-string of replacement anzu-mode-line-update-function Function which constructs mode-line string. anzu.el puts its output to mode-line. It is called at searching, input...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} sachac / emacs-news Public Notifications You must be signed in to change notification settings Fork 5 Star 36 ...
(function (lambda () "Previous" (interactive) (scroll-down 1))) 记住对于 global-set-key函数需要的第二个参数是一个symble或者是list 3. (read-event)可以得到emacs的键码的内部表示 4. 如果你觉得每次为了关闭一个buffer都要按C-x k很麻烦,那么你可以这样绑定: (global-set-key (kbd "<M-f4>") ...
(add-to-list 'load-path "~/site-lisp/doxymacs-1.8.0/no-autoconf");读取安装el的路径 (require 'doxymacs) ;; 启动doxymacs ;;注释高亮,针对C和C++程序 (defun my-doxymacs-font-lock-hook () (if (or (eq major-mode 'c-mode) (eq major-mode 'c++-mode)) ...
在github上添加ssh密钥,这要添加的是“d_rsa.pub”里面的公钥 “Account Settings” > Click “SSH Public Keys” > Click “Add another public key” 。 测试:ssh git@github.com The authenticity of host ‘github.com (207.97.227.239)’ can’t be established. ...
(setq ef-themes-mixed-fonts t ef-themes-variable-pitch-ui t) ;; Disable all other themes to avoid awkward blending: (mapc #'disable-theme custom-enabled-themes) ;; Load the theme of choice: (load-theme 'ef-summer :no-confirm) ;; OR use this to load the theme which also calls `...
(require 'semantic-tag-folding nil 'noerror) (global-semantic-tag-folding-mode 1) (global-srecode-minor-mode 1) ;;semantic折叠快捷键设置 主要是为了防止其他配置和该配置的鼠标点击冲突造成点击折叠失败 (define-key semantic-tag-folding-mode-map (kbd "C-c , -") 'semantic-tag-folding-fold-bloc...
(fset 'yes-or-no-p 'y-or-n-p)(transient-mark-mode t)(setq column-number-mode t)(setq line-number-mode t)(setq-default make-backup-files nil)(setq w32-use-w32-font-dialog nil)(scroll-bar-mode nil);(setq-default indent-tabs-mode nil)(setq scroll-margin 3 scroll-conservatively ...
keylogin(1) keylogout(1) kibitz(1) kill(1) kill(1g) kinit(1) klist(1) kmdb(1) kmfcfg(1) koi8rxterm(1) kpasswd(1) krb5-config(1) ksh(1) ksh88(1) ksh93(1) ktutil(1) kvno(1) lari(1) last(1) lastcomm(1) lbxproxy(1) ld(1) ld(1g) ld.so.1(1) ld86(1) ldapadd(...