emacs-china / Spacemacs-rocks

Happy Hacking Emacs & Spacemacs (Simplified Chinese)
http://book.emacs-china.org
2.11k stars 325 forks source link

Spacemacs Rocks 第二季: Day 4 #35

Open zilongshanren opened 8 years ago

zilongshanren commented 8 years ago

原帖地址: https://emacs-china.org/t/21-emacs/54

kirchhoff commented 8 years ago

在Dired模式下,可以按^键前往父目录,比移动到“..”再回车的方式要方便点^_^

ghost commented 8 years ago

谢谢 @kirchhoff 我已将其加入到文本记录中去,并将再下一个 PR 中合并。

ghost commented 8 years ago

转移至第一天,原问题与安装有关。

3vilive commented 7 years ago

一个很小的错误?

(setq hippie-expand-try-function-list '(try-expand-debbrev
                                        try-expand-debbrev-all-buffers
                                        try-expand-debbrev-from-kill
                                        try-complete-file-name-partially
                                        try-complete-file-name
                                        try-expand-all-abbrevs
                                        try-expand-list
                                        try-expand-line
                                        try-complete-lisp-symbol-partially
                                        try-complete-lisp-symbol))

中的debbrev应改成dabbrev

3vilive commented 7 years ago

还有希望在这句代码下面有关于 Super 的补充,作为菜鸟,我挺懵的。

(global-set-key (kbd "s-/") 'hippie-expand)

https://www.gnu.org/software/emacs/manual/html_node/emacs/Modifier-Keys.html