21天学会 Emacs 之第八天: Cask 介绍与实践

Outline

Emacs elpa mirros

http://elpa.emacs-china.org/

Cask and pallet

Troubleshootings

  • Emacs 24.5: Dependency flycheck failed to install: Package `let-alist-1.0.4’ is unavailable

    Solution: Add GNU elpa to your packages-archive.

  • define-advice is not defined for Emacs 24.5

(defadvice show-paren-function (around fix-show-paren-function activate)
  (cond ((looking-at-p "\\s(") ad-do-it)
	(t (save-excursion
	     (ignore-errors (backward-up-list))
	     ad-do-it)))
  )
6 个赞

想打赏支持的朋友可以关注一波微信公众号:

看了,非常不错。如果用Cask and pallet取代Spacemacs中的packages,会不会有麻烦?

应该不麻烦,可以尝试一下。

赶紧更新你的github吧,等着抄作业呢:joy:

暂时还不想折腾这个,哈哈,最近有点忙。。。

还在谷歌参加活动类 我回去更新文字版 下周一回去 S 国

1 个赞