Giter Site home page Giter Site logo

emacs-tw / emacs-101-beginner-survival-guide Goto Github PK

View Code? Open in Web Editor NEW
595.0 595.0 86.0 1.33 MB

Emacs 101 新手求生指南 - 一本讓你學 Emacs 不再學得靠北靠母的美好的新手求生指南

Home Page: https://emacser.tw/

101 cc0 chinese-traditional emacs tutorial

emacs-101-beginner-survival-guide's Issues

English version or similar project?

这个项目看起来很有趣。有英语版本或类似资源吗?

非常感谢。


This project looks very interesting to me. Is there a version, or a similar resource, in English?

Thanks very much.

關於第六章有些地方不太懂

;; package.el 相關設定
(require 'package)
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)
(add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/") t)

第3行的網址是不是要改成https://melpa.org/packages/
這一段是放在init.el還是自己在,emacs.d目錄下創一個package.el檔?
我嘗試創package.el檔,但似乎沒甚麼作用,我放到init.el檔才有出來
如果要放在package.el檔,init.el那邊要先設定載入package.el嗎?

我嘗試(add-to-list 'load-path "~/.emacs.d/package.el") 但打開emacs跳出錯誤

另外我放到init的時候,有嘗試下載一些套件比如auto-complete
接著我重開嘗試寫c都沒有自動補全
是否也需要在init手動載入它呢?
比如
(add-to-list 'load-path "~/.emacs.d/elpa/auto-complete")
(require 'auto-complete)
抱歉問題有點多......大大願意就回答,不過我會持續尋找答案的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.