[PKGBUILD, index] Emacs’ native-comp branch merged into master
I will now track the master branch of Emacs instead of native-comp, thank you so much to Eli for creating this feature and to all the maintainers who helped merging this branch into master!
This commit is contained in:
parent
c23066cad2
commit
dd22ca398c
@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
|
||||
|
||||
################################################################################
|
||||
pkgname="emacs-phundrak-git"
|
||||
pkgver=28.0.50.147940
|
||||
pkgver=28.0.50.148050
|
||||
pkgrel=1
|
||||
pkgdesc="GNU Emacs. Development native-comp branch. Phundrak’s tweaks."
|
||||
arch=('x86_64' )
|
||||
@ -85,7 +85,7 @@ makedepends=('git')
|
||||
provides=('emacs' 'emacs-seq')
|
||||
conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-git' 'emacs-seq' 'emacs-native-comp-git' 'emacs-pgtk-native-comp-git')
|
||||
replaces=('emacs26-git' 'emacs27-git' 'emacs-git' 'emacs-seq')
|
||||
source=("emacs-git::git://git.savannah.gnu.org/emacs.git#branch=feature/native-comp")
|
||||
source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
|
||||
md5sums=('SKIP')
|
||||
# If Savannah access is blocked for reasons, use Github instead.
|
||||
# Edit the config file of your local repo copy as well.
|
||||
@ -95,8 +95,8 @@ md5sums=('SKIP')
|
||||
|
||||
################################################################################
|
||||
|
||||
CFLAGS+=" -O3 -march=skylake"
|
||||
CXXFLAGS+=" -O3 -march=skylake"
|
||||
CFLAGS+=" -O3 -march=native -mtune=native"
|
||||
CXXFLAGS+=" -O3 -march=native -mtune=native"
|
||||
|
||||
if [[ $LTO == "YES" ]]; then
|
||||
CFLAGS+=" -flto"
|
||||
|
@ -30,8 +30,8 @@ find interesting. I’ll describe them in more details below.
|
||||
- [[file:tmux.org][Tmux configuration]]
|
||||
|
||||
As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]] 28.0
|
||||
(using the ~native-comp~ branch) using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in
|
||||
Insert mode but with Evil in Normal mode) as my main text editor.
|
||||
using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in insert mode but with Evil in
|
||||
normal mode) as my main text editor.
|
||||
|
||||
When it comes to my graphical UI, I do not have any desktop environment.
|
||||
Instead, I have a tiling window manager, [[https://awesomewm.org/][Awesome]]. I used to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]]
|
||||
|
Loading…
Reference in New Issue
Block a user