How to undo the unpushed commits in magit?
In Magit buffer *magit: ..*
,
- Hit
x
- Select
origin/master
In Magit buffer *magit: ..*
,
x
origin/master
Using mouse to copy/paste in tmux
panes.
I am in the process of converting traditional verilog test benches to
SystemVerilog UVM test benches. As per the UVM methodology, it is recommended to
use `uvm_info
instead of $display
statements so that the info
statement
encodes a Message ID and Message Verbosity along with the message required
to be printed.
I won’t go in more detail about UVM and verilog as this post is about how I can save a macro that I use very frequently into an elisp function.
Lately I was having an issue in the org to html conversion where the newline characters got appended with funky unicode characters.
Full detail is in this reddit post I started.
A list of my frequently used texlive manager commands.
Notes and references for formatting in LaTeX.
At times you might need your org exported pdf to have the exact font rendering
as generated by a snippet of LaTeX code. To do that, wrap that code inbetween
the \(
and \)
delimiters.
Set the buffer major mode to org-mode
. If the file extension is
.org
, that major mode would be set automatically by emacs.
Follow the below steps to create a table ..
In Matlab, the groups that are defined in parentheses are saved as tokens.
Here is a example where I am retreiving the first matched group or token.