Spacemacs-rocks icon indicating copy to clipboard operation
Spacemacs-rocks copied to clipboard

Happy Hacking Emacs & Spacemacs (Simplified Chinese)

Results 52 Spacemacs-rocks issues
Sort by recently updated
recently updated
newest added

如何安装使用ctags补全,尝试了下,在.js中没有成功。 如何设置 (add-hook 'js2-mode-hook 'my-setup-develop-environment) 请问是把https://github.com/zilongshanren/spacemacs-private 里的内容,移到本地 .spacemacs.d吗? 从day16开始,明显感觉按照视频上的步骤进行操作,比较困难了,能否将步伐放慢,把该安装、添加的代码,讲的详细些? day17中,Lispy怎么安装?

请教个问题,安装完cask, pallet之后, 执行 space: pallet-mode 正常 space: pallet-init 正常 space: pallet-install 报错如下,请问怎么解决?是哪里出问题了?谢谢 Debugger entered--Lisp error: (void-function cask-initialize) cask-initialize() pallet--cask-up(#f(compiled-function (bundle) #)) pallet-install() funcall-interactively(pallet-install) call-interactively(pallet-install record nil) command-execute(pallet-install record) counsel-M-x-action("pallet-install") ivy-call()...

emacs version:26.2 spacemacs branch: develop operation system: deepin, Manjaro(Linux) error info: file is missing:cannot open load file, 没有那个文件或目录, evil complate:

An error occurred while post-configuring evil in layer zilongshanren-misc (error: (wrong-type-argument stringp (require . org-protocol)))

B站视频: https://www.bilibili.com/video/BV12P4y1j7EL?spm_id_from=333.999.0.0 Youtube: https://www.youtube.com/playlist?list=PLZx9tb9Niew-CXp_C0LfiJo-SpsQBVBq2

## .spacemacs和.spacemacs.d/init.el 的关系 它的关系类似.emacs 和.emacs.d/init.el 的关系。 如果没有特别说明,后面的 FAQ 里面提到的.spacemacs 指的是.spacemacs 文件或者是.spacemacs.d/init.el文件。 ## Spacemacs启动速度特别慢 因为 Emacs 24.5的 Tramp 有一个 bug,而 helm mode 使用了 Tramp。 可以在.spacemacs 里面的 `dotspacemacs/user-init` 函数添加下列代码来解决: ``` (setq tramp-ssh-controlmaster-options...

- 百度网盘: http://pan.baidu.com/s/1miLBw5E - 优酷: http://v.youku.com/v_show/id_XMTU0NjYwNzQ3Mg==.html - Youtube: https://www.youtube.com/watch?v=WIzWxTc1KUI 原帖地址:https://emacs-china.org/t/21-emacs/74

该 issue 主要用来收集视频反馈与意见、建议。 Emacs党专属Slack team: https://slackin-emacs-cn.herokuapp.com/ 另外,第一季完整视频列表如下: - [x] [Spacemacs introduction](https://github.com/zilongshanren/Spacemacs-rocks/issues/4) - [x] [Spacemacs navigate your lisp code faster](https://github.com/zilongshanren/Spacemacs-rocks/issues/1) - [x] [Spacemacs Org-mode GTD](https://github.com/zilongshanren/Spacemacs-rocks/issues/2) - [x] [Spacemacs as a C/C++...

发现在打开600行的大文件的时候非常卡顿,通过`profiler-start,profile-report`得到是`fix-show-paren-function`这部分的问题,只能删除。。不知有没有其他解决方案,相关代码: ``` (define-advice show-paren-function (:around (fn) fix-show-paren-function) (cond ((looking-at-p "\\s(") (funcall fn)) (t (save-excursin (ignore-errors (backward-up-list)) (funcall fn))))) ```

公告: (更新时间 2016-3-18) 由于直播效果不好,声音和画面不同步,所以,我打算还是录制视频。 Emacs党专属 Slack team: https://slackin-emacs-cn.herokuapp.com/ 我个人维护的 Emacs 微信公众号: ![image](https://cloud.githubusercontent.com/assets/785541/17832197/c97f5da8-672f-11e6-847c-e0918706a6d7.png) 21 天学会Emacs: - 第一天: https://github.com/zilongshanren/Spacemacs-rocks/issues/21 - 第二天: https://github.com/zilongshanren/Spacemacs-rocks/issues/24 - 第三天: https://github.com/zilongshanren/Spacemacs-rocks/issues/29 - 第四天: https://github.com/zilongshanren/Spacemacs-rocks/issues/35 - 第五天: https://github.com/zilongshanren/Spacemacs-rocks/issues/59 -...