spacemacs 教程有多酷

Spacemacs有多酷_emacs吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:1,978贴子:
Spacemacs有多酷收藏
视频来自:
在派学车没有乱七八糟的收费,师傅教的也很耐心!
看起来相当不错、就需要这种开箱即用的
的确很酷 啊,有人在用么
启用python,补全有点小卡,还有就是安装的包有点多,还是默认配置就有30M左右了这视频中的是哪个主题?
我说下spacemacs的优点比使用大神配置的优点吧,大神的配置你可以用,但有时候阅读了源码你也不知道为什么,遇到问题难解决,想要扩展也不方便,文档也是鸡肋。spacemacs依赖社区力量,有专门的讨论频道,每天都有很多人活跃,我亲历解决问题很方便(当然也有疑难BUG大家都束手无措的)每个配置都有一份markdown文档,详解每个键绑定。工程结构完美,扩展方便。加载迅速,大量使用延迟加载,完全加载400个包花费20秒不到,结合daemon几乎是秒启动,如果你不用daemon,只使用自己用到的包,几乎是秒加载。界面美观,稍加配置,可以用赏心悦目来形容,一改emacs呆板形象。整合evil模式,vim切换高效编辑,有些人反馈不能用vim插件,我不知道怎么反驳,请你尝试过spacemacs再说,emacs插件完爆vim。我上面演示leaderkey的用法,我只想说用过之后再也回不去了,呵护小拇指从我做起!开箱即用,不能再简单了,完全跳过了原来手工作坊式的年代(手工设置load-path,自定义加载)
最近这玩意很火的样子,看起来像是use-package加一些自己的配置,很多想法可以借鉴一下。
楼主请问安装好后,依然是打开emacs吗?看他介绍的UI是怎么出来的啊
我也用上了,真的很好,慢慢地把自己的配置改写签字就完美了。
必虎WiFi共享经济,改变我们的上网体验.
刚装上,看起来不错
emacs确实挺帅的。。
这种事怎么能不支持
github上emacs配置类项目排名第一可不是盖的
不说什么了,spacemacs确实很酷,推荐一下子龙山人的优酷视频,又讲怎么配置的,很不错
很强大改天折腾一下
win下spacemacs双击不能直接打开文档
Opensuse13.2
emacs版本是24.3,安装specemacs出现超出max-specpdl-size错误。。改了默认值会出现.emacs,在.emacs中require .emacs.d中的init.el安装后直接闪退了。求解决。
你的powerline是怎么配置的
问个题外的, 视频中网页动态修改怎么实现的?
是在命令行打开的吗?
求一份配置好的spacecmas配置(从github下载配置后,打开emacs貌似在下载东西,然后过一会就下载失败了)
需要一个详细的快捷键帮助呢
视频是你录的?有没有原版?我投B站去
请问能不能看一下 spacemacs 的设定档,因为刚从 vim 跳来,有些部分不是很了解~
安装不上。怎么解决?Debugger entered--Lisp error: (file-error && &Found&)
signal(file-error (&& &Found&))
url-insert-file-contents(&&)
package-install-from-archive([cl-struct-package-desc spacemacs-theme () &Color theme with a dark and light versions& nil tar &melpa& nil ((:keywords &color& &theme&) (:url . &&)) nil])
mapc(package-install-from-archive ([cl-struct-package-desc spacemacs-theme () &Color theme with a dark and light versions& nil tar &melpa& nil ((:keywords &color& &theme&) (:url . &&)) nil]))
package-download-transaction(([cl-struct-package-desc spacemacs-theme () &Color theme with a dark and light versions& nil tar &melpa& nil ((:keywords &color& &theme&) (:url . &&)) nil]))
package-install(spacemacs-theme)
(if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append (format &(Bootstrap) Installing %s...\n& pkg)) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg)))
(let ((pkg-elpa-dir (spacemacs//get-package-directory pkg))) (if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append (format &(Bootstrap) Installing %s...\n& pkg)) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg))) (require pkg nil (quote noerror)) (if file-to-load (progn (load-file (concat pkg-elpa-dir file-to-load)))) pkg-elpa-dir)
(condition-case nil (require pkg) (error (require (quote cl)) (let ((pkg-elpa-dir (spacemacs//get-package-directory pkg))) (if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append (format &(Bootstrap) Installing %s...\n& pkg)) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg))) (require pkg nil (quote noerror)) (if file-to-load (progn (load-file (concat pkg-elpa-dir file-to-load)))) pkg-elpa-dir)))
(let ((warning-minimum-level :error)) (condition-case nil (require pkg) (error (require (quote cl)) (let ((pkg-elpa-dir (spacemacs//get-package-directory pkg))) (if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append ...) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg))) (require pkg nil (quote noerror)) (if file-to-load (progn (load-file (concat pkg-elpa-dir file-to-load)))) pkg-elpa-dir))))
spacemacs/load-or-install-package(spacemacs-theme)
(cond ((or (eq (quote spacemacs-light) theme) (eq (quote spacemacs-dark) theme)) (spacemacs/load-or-install-package (quote spacemacs-theme)) (add-to-list (quote load-path) (spacemacs//get-package-directory (quote spacemacs-theme))) (require (quote spacemacs-common)) (custom-declare-theme (quote spacemacs-dark) (quote spacemacs-dark-theme) &Spacemacs theme, the dark version&) (custom-declare-theme (quote spacemacs-light) (quote spacemacs-light-theme) &Spacemacs theme, the light version&)) ((or (eq (quote solarized-light) theme) (eq (quote solarized-dark) theme)) (add-to-list (quote load-path) (concat configuration-layer-directory &+distribution/spacemacs/local/solarized-theme/&)) (require (quote solarized)) (custom-declare-theme (quote solarized-dark) (quote solarized-dark-theme) &The dark variant of the Solarized colour theme&) (custom-declare-theme (quote solarized-light) (quote solarized-light-theme) &The light variant of the Solarized colour theme&)) ((assq theme spacemacs-theme-name-to-package) (let* ((pkg (spacemacs//get-theme-package theme)) (pkg-dir (spacemacs/load-or-install-package pkg))) (if (or (eq (quote moe-light) theme) (eq (quote moe-dark) theme)) (progn (load-file (concat pkg-dir &moe-light-theme.el&)) (load-file (concat pkg-dir &moe-dark-theme.el&)))) (add-to-list (quote custom-theme-load-path) pkg-dir))) (t (let ((pkg (spacemacs//get-theme-package theme))) (spacemacs/load-or-install-package pkg))))
(if (memq theme (custom-available-themes)) nil (cond ((or (eq (quote spacemacs-light) theme) (eq (quote spacemacs-dark) theme)) (spacemacs/load-or-install-package (quote spacemacs-theme)) (add-to-list (quote load-path) (spacemacs//get-package-directory (quote spacemacs-theme))) (require (quote spacemacs-common)) (custom-declare-theme (quote spacemacs-dark) (quote spacemacs-dark-theme) &Spacemacs theme, the dark version&) (custom-declare-theme (quote spacemacs-light) (quote spacemacs-light-theme) &Spacemacs theme, the light version&)) ((or (eq (quote solarized-light) theme) (eq (quote solarized-dark) theme)) (add-to-list (quote load-path) (concat configuration-layer-directory &+distribution/spacemacs/local/solarized-theme/&)) (require (quote solarized)) (custom-declare-theme (quote solarized-dark) (quote solarized-dark-theme) &The dark variant of the Solarized colour theme&) (custom-declare-theme (quote solarized-light) (quote solarized-light-theme) &The light variant of the Solarized colour theme&)) ((assq theme spacemacs-theme-name-to-package) (let* ((pkg (spacemacs//get-theme-package theme)) (pkg-dir (spacemacs/load-or-install-package pkg))) (if (or (eq (quote moe-light) theme) (eq (quote moe-dark) theme)) (progn (load-file (concat pkg-dir &moe-light-theme.el&)) (load-file (concat pkg-dir &moe-dark-theme.el&)))) (add-to-list (quote custom-theme-load-path) pkg-dir))) (t (let ((pkg (spacemacs//get-theme-package theme))) (spacemacs/load-or-install-package pkg)))))
spacemacs/load-theme(spacemacs-dark)
(let ((default-theme (car dotspacemacs-themes))) (spacemacs/load-theme default-theme) (setq configuration-layer--protected-packages (append (delq nil (mapcar (quote spacemacs//get-theme-package) dotspacemacs-themes)) configuration-layer--protected-packages)) (setq-default spacemacs--cur-theme default-theme) (setq-default spacemacs--cycle-themes (cdr dotspacemacs-themes)))
spacemacs/init()
(progn (load-file (concat user-emacs-directory &core/core-load-paths.el&)) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (spacemacs/maybe-install-dotfile) (configuration-layer/sync) (spacemacs/setup-startup-hook) (require (quote server)) (if (server-running-p) nil (server-start)))
(if (spacemacs/emacs-version-ok) (progn (load-file (concat user-emacs-directory &core/core-load-paths.el&)) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (spacemacs/maybe-install-dotfile) (configuration-layer/sync) (spacemacs/setup-startup-hook) (require (quote server)) (if (server-running-p) nil (server-start))))
eval-buffer(#&buffer
*load*& nil &c:/Users/ysun/AppData/Roaming/.emacs.d/init.el& nil t) Reading at buffer position 1033
load-with-code-conversion(&c:/Users/ysun/AppData/Roaming/.emacs.d/init.el& &c:/Users/ysun/AppData/Roaming/.emacs.d/init.el& t t)
load(&c:/Users/ysun/AppData/Roaming/.emacs.d/init& t t)
#[0 &\205\262
我看到spacemacs的手册就脑瘫了,太他么多了,github上emacs配置排第二的大神给出的配置就够我用了
神级软件的发布,可惜中文输入法还是,Shift,Shift,Shift,Shift。。。
登录百度帐号推荐应用
为兴趣而生,贴吧更懂你。或分享给朋友:通用代码: <input id="link4" type="text" class="form_input form_input_s" value="" />复 制flash地址: 复 制html代码: <input type="text" class="form_input form_input_s" id="link3" value="" />复 制分享视频到站外获取收益&&手机扫码分享视频二维码2小时内有效Philips 飞利浦 BDM4065UC 4K 2K Ultra HD 40寸显示器实机展示[2]下载至电脑扫码用手机看用或微信扫码在手机上继续观看二维码2小时内有效Philips 飞利浦 BDM4065UC 4K 2K Ultra HD 40寸显示器实机展示[2]扫码用手机继续看用或微信扫码在手机上继续观看二维码2小时内有效,扫码后可分享给好友没有优酷APP?立即下载请根据您的设备选择下载版本
药品服务许可证(京)-经营-
节目制作经营许可证京字670号
请使用者仔细阅读优酷、、
Copyright(C)2017 优酷
不良信息举报电话:分享给朋友:通用代码: <input id="link4" type="text" class="form_input form_input_s" value="" />复 制flash地址: 复 制html代码: <input type="text" class="form_input form_input_s" id="link3" value="" />复 制分享视频到站外获取收益&&手机扫码分享视频二维码2小时内有效spacemacs有多酷下载至电脑扫码用手机看用或微信扫码在手机上继续观看二维码2小时内有效spacemacs有多酷扫码用手机继续看用或微信扫码在手机上继续观看二维码2小时内有效,扫码后可分享给好友没有优酷APP?立即下载请根据您的设备选择下载版本
药品服务许可证(京)-经营-
节目制作经营许可证京字670号
请使用者仔细阅读优酷、、
Copyright(C)2017 优酷
不良信息举报电话:

我要回帖

更多关于 spacemacs 快捷键 的文章

 

随机推荐