Skip to content
#

emacs-lisp

Here are 1,107 public repositories matching this topic...

doom-emacs
bnjmnt4n
bnjmnt4n commented Feb 16, 2021

It would be great if there were a module for the Zig programming language in the future. Right now, the tooling around Zig is still a little nascent, but I've created a WIP module in my own doom configuration: https://github.com/bnjmnt4n/system/tree/ab2c5b0072d2923372bfc3966fc6c1f834173582/doom/modules/lang/zig.

Plugins:

nigredo-tori
nigredo-tori commented Feb 17, 2021

Expected behavior

With projectile-create-missing-test-files enabled, when using projectile-toggle-between-implementation-and-test in a file like .../src/main/.../foo.scala, Projectile should always create a file .../src/test/.../fooSpec.scala in the corresponding test directory if such file doesn't exist.

Actual behavior

If the project already contains a file with a name

bbatsov
bbatsov commented Jan 21, 2021

For JavaDoc to work properly for third-party libraries we need to register their JavaDoc like this:

(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/")

For the sake of convenience we can add some configuration map that gets evaluated when a REP

BrunoBonacci
BrunoBonacci commented Jan 18, 2021

Expected behavior

The following are both valid keywords, however, the font locking doesn't work on the second one

:foo
:1foo 

Actual behavior

Keywords starting with a number are not colorised as keywords

Steps to reproduce the problem

see example above

Environment & Version information

clojure-mode version

*Include here the version string dis

Improve this page

Add a description, image, and links to the emacs-lisp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the emacs-lisp topic, visit your repo's landing page and select "manage topics."

Learn more