Git Product home page Git Product logo

.emacs.d's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

.emacs.d's Issues

在启用了 native-compile 的 Emacs 上报错,原因是 benchmark-init 这个包。

使用这份配置文件,会在启用了 Native-compile 的 Emacs 28 上报错。我的配置文件也会爆出同样的错误: Wrong arguments: (3 . 4) 2 。使用 emacs --debug-init 排查后,追根溯源发现是 benchmark-init 这个包的问题,只要把这个包移除就好。

朋友的这份配置文件也是一样,在 lisp/init-package.el 里边,把 benchmark-init 这个移除就可以用了。这个包太老,好久没更新了,melpa 这里显示上一次更新是 2015 年,是时候寻找替代品了。

Debugger entered--Lisp error: (void-variable elisp-flymake-byte-compile-load-path)

OS: ubuntu20.04
emacs: 26.3

Debugger entered--Lisp error: (void-variable elisp-flymake-byte-compile-load-path)
(append elisp-flymake-byte-compile-load-path load-path)
(setq elisp-flymake-byte-compile-load-path (append elisp-flymake-byte-compile-load-path load-path))
eval-buffer(#<buffer load> nil "/root/.emacs.d/init.el" nil t) ; Reading at buffer position 793
load-with-code-conversion("/root/.emacs.d/init.el" "/root/.emacs.d/init.el" t t)
load("/root/.emacs.d/init" t t)
#f(compiled-function () #<bytecode 0x1e0f4d>)()
command-line()
normal-top-level()

use-package报错

你好
系统是win10专业版,在clone你的配置之后,看到init-ide文件中下面代码:

(use-package eglot
:hook ((c-mode c++-mode go-mode java-mode js-mode python-mode rust-mode web-mode) . eglot-ensure)
:bind (("C-c e f" . #'eglot-format)
("C-c e i" . #'eglot-code-action-organize-imports)
("C-c e q" . #'eglot-code-action-quickfix))

在hook (...).eglot-ensure提示警告,提示”(c-mode c++-mode go-mode java-mode js-mode python-mode rust-mode web-mode)"is a malformed function,
’("C-c e f" . #'eglot-format)‘ is a malformed function。
然后同样这个文件最下面:“(use-package restclient
:mode (("\.http\'" . restclient-mode)))”这里同样警告说’("\.http\'" . restclient-mode‘ is a malformed function。

所以想请教你该怎么解决?拜托,谢谢

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.