Top new questions this week:
|
Completion are currently listed in alphabetical order as a b c d e f With alphabetical order going from left to right. How can I can change this to. a c e b d f With alphabetical order going from …
|
The theme modus-vivendi exports an alist of named colors: (deftheme modus-vivendi “Elegant, highly legible and customizable dark theme. Conforms with the highest legibility standard for color …
|
GNU Emacs Lisp Reference Manual, section 2.9 Mutability: A mutable object stops being mutable if it is part of an expression that is evaluated. For example: (let* ((x (list 0.5)) (y (eval (…
|
For context, I was inspired to try to configure emacs to execute Mathematica source blocks in org files after watching this video wherein someone demonstrates the use of another CAS, SageMath, in …
|
Is there a simple way to set the font used when viewing an .org file, so that it applies to that file every time you open it? I’m imagining something with the properties, like the imagined example …
|
I mainly use Linux (arch) but for work, I have to use Windows 10. So I share some files between Emacs (28.2 installed via chocolatey) on Windows and Emacs (28.2) on Linux. I never had any encoding …
|
While trying to install pdf-tools on doom emacs (28.2) on Termux android, I get this error: -*- mode: compilation; default-directory: “~/.emacs.d/.local/straight/build-28.2/pdf-tools/build/server/…
|
Greatest hits from previous weeks:
|
I have been trying off and on for over a year now to use Emacs as a C/C++ IDE. I have only been marginally successful thus far, but have run into a few brick walls along the way. Currently I am …
|
I see a lot of people (extension authors and others) give configuration examples with setq: (setq foo ‘bar) These parameters are often defined with defcustom, making them available for customization …
|
I’ve got hundreds of personal notes stored as files in Markdown format, after several years using the VoodooPad personal wiki software for OS X. There’s plenty of information available for exporting …
|
Is there a way to maximize my window on start-up? Currently, I hit Control++Up on my keyboard but it is very bothersome to do that every time. I am using Emacs 24.4 on Ubuntu 12.04.
|
I just upgraded Emacs on my Windows 10 machine from 24.5 to 25.1. For Emacs 24.5 I had GnuTLS correctly setup and for 25.1 I did what I thought I remembered I did: Got prebuilt Emacs binaries from …
|
Sometimes my global keybindings are overridden by a major mode. An easy example is the following setting in my init file (global-set-key (kbd “C-j”) ‘newline-and-indent) But annoyingly this …
|
while going through the emacs as a c/c++ editor , I came across the following lines of code to include in my ~/.emacs file, to connect to melpa archives for package installation (require ‘package) (…
|
Can you answer this question?
|
When I narrow to a subheading in emacs, I would love for it to be displayed as if it was the top level as opposed to it staying the level it actually is. For example consider this tree * Heading 1 ** …
|