-
Updated
Feb 9, 2022 - Emacs Lisp
Emacs

Emacs is an extensible text editor written primarily in Emacs Lisp. While it excels at editing text, Emacs stretches the boundaries of what 'text' is.
Here are 4,867 public repositories matching this topic...
-
Updated
Feb 8, 2022 - Common Lisp
-
Updated
Jan 25, 2022
-
Updated
Feb 8, 2022 - Go
Maybe it's a dump question, but seems flycheck report all the prelude-
symbols for this error, is there a way to avoid this error being reported?
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
0, 1, "",
doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame. */)
(Lisp_Object frame)
{
struct frame *f = decode_live_frame (frame);
/* I think this should be done with a hook. */
#ifdef HAVE_WINDOW_SYSTEM
if (FRA
-
Updated
Feb 6, 2022 - Emacs Lisp
-
Updated
Feb 9, 2022 - Emacs Lisp
Steps to reproduce the problem
M-x projectile-replace RET a. RET RET
or SPC p R a. RET RET
.
Expected behavior
I am using spacemacs. SPC p R
calls projectile-replace
which according to its describe function should not treat the search string as regexp:
Replace literal string in project using non-regexp ‘tags-query-replace’.
Yet, it uses regexp.
Actual behavior
The
Expected behavior
I often need to connect to both a clj nrepl server as well as a shadow-cljs nrepl server for full stack dev. Because the clj nrepl server prints its port to .nrepl-port
, and shadow prints its port to .shadow-nrepl/nrepl.port
, ideally their respective ports should both be automatically discoverable when I try to connect via cider-connect
.
Actual behavior
If a
-
Updated
Feb 9, 2022 - Emacs Lisp
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
Feb 3, 2022 - Emacs Lisp
-
Updated
Jan 30, 2022 - CSS
-
Updated
Feb 8, 2022 - Emacs Lisp
-
Updated
Feb 6, 2022 - Emacs Lisp
-
Updated
Jan 27, 2022 - Emacs Lisp
The top bar isn’t filled anymore. This happened with the upgrade to iOS 15.
Here are the two commits that were setting it up for iOS 13 and Android previously:
Here’s how it looks now (notice the black bar on top):
Hi,
Looks like auto-complete ignores completion-styles
when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion
.
To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)
; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key
-
Updated
Feb 4, 2022 - Emacs Lisp
-
Updated
Feb 9, 2022 - Emacs Lisp
-
Updated
Feb 8, 2022 - Emacs Lisp
-
Updated
Jan 19, 2022 - Emacs Lisp
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia
First off, I would like to thank all of you for working on this project that allows beginners like myself to live inside emacs
Describe the feature
It would be great if doom had a module that set up and configured a matrix client, similar to how our
irc
module works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.As far as I