Skip to main content

Questions tagged [backslash]

0 votes
1 answer
30 views

I'm trying to setup a common lisp environment because I wanted to start learning it but been having some trouble setting it up. I noticed that spaces were the problem when I used debug-on-error and ...
The Programming M16A4's user avatar
1 vote
1 answer
100 views

I'm very new to programming in Elisp so maybe the mistake is there but I'm completely stuck right now. I wanted to make a small, simple Elisp function to remove the AUTOs from my Verilog files so I ...
Rice's user avatar
  • 13
0 votes
2 answers
2k views

I'm on Prelude, and there is no way I can type a \. I was thinking maybe I should create a keybinding but I don't know how to create it to output a character such as \. Any help welcome! Thank you!
Emmanuel Goldstein's user avatar
3 votes
1 answer
699 views

I would like to use Yasnippet to insert the template for a latex inline equation: \( \) The snippet is defined: # -*- Mode: snippet -*- # name: inline equation # key: ineq # -- \( \) But ...
Snelephant's user avatar