feat: config moved
This commit is contained in:
6
.config/alacritty/alacritty.toml
Normal file
6
.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "Iosevka Nerd Font", style = "Regular" }
|
||||||
|
size=14
|
||||||
|
|
||||||
|
|
8
.config/nvim/.gitignore
vendored
Normal file
8
.config/nvim/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
tt.*
|
||||||
|
.tests
|
||||||
|
doc/tags
|
||||||
|
debug
|
||||||
|
.repro
|
||||||
|
foo.*
|
||||||
|
*.log
|
||||||
|
data
|
15
.config/nvim/.neoconf.json
Normal file
15
.config/nvim/.neoconf.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"neodev": {
|
||||||
|
"library": {
|
||||||
|
"enabled": true,
|
||||||
|
"plugins": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"neoconf": {
|
||||||
|
"plugins": {
|
||||||
|
"lua_ls": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
201
.config/nvim/LICENSE
Normal file
201
.config/nvim/LICENSE
Normal file
@ -0,0 +1,201 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright [yyyy] [name of copyright owner]
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
4
.config/nvim/README.md
Normal file
4
.config/nvim/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# 💤 LazyVim
|
||||||
|
|
||||||
|
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
||||||
|
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
2
.config/nvim/init.lua
Normal file
2
.config/nvim/init.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||||
|
require("config.lazy")
|
35
.config/nvim/lazy-lock.json
Normal file
35
.config/nvim/lazy-lock.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"LazyVim": { "branch": "main", "commit": "25abbf546d564dc484cf903804661ba12de45507" },
|
||||||
|
"blink.cmp": { "branch": "main", "commit": "bae4bae0eedd1fa55f34b685862e94a222d5c6f8" },
|
||||||
|
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||||
|
"catppuccin": { "branch": "main", "commit": "30fa4d122d9b22ad8b2e0ab1b533c8c26c4dde86" },
|
||||||
|
"conform.nvim": { "branch": "master", "commit": "b4aab989db276993ea5dcb78872be494ce546521" },
|
||||||
|
"flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" },
|
||||||
|
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||||
|
"gitsigns.nvim": { "branch": "main", "commit": "6e3c66548035e50db7bd8e360a29aec6620c3641" },
|
||||||
|
"gruber-darker.nvim": { "branch": "main", "commit": "b22e1bbf06dd604d7d3483823d63103b86ebe942" },
|
||||||
|
"grug-far.nvim": { "branch": "main", "commit": "385d1949dc21d0c39e7a74b4f4a25da18817bc86" },
|
||||||
|
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
||||||
|
"lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
|
||||||
|
"lualine.nvim": { "branch": "master", "commit": "b8c23159c0161f4b89196f74ee3a6d02cdc3a955" },
|
||||||
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
|
||||||
|
"mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
|
||||||
|
"mini.ai": { "branch": "main", "commit": "45a26d032d8703f280c69c2ed9fb4e1bfc8f24f9" },
|
||||||
|
"mini.icons": { "branch": "main", "commit": "f9a177c11daa7829389b7b6eaaec8b8a5c47052d" },
|
||||||
|
"mini.pairs": { "branch": "main", "commit": "6e1cc569130f25b2c6fa16d8b21b31ddb1420a4a" },
|
||||||
|
"noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" },
|
||||||
|
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||||
|
"nvim-lint": { "branch": "master", "commit": "f126af5345c7472e9a0cdbe1d1a29209be72c4c4" },
|
||||||
|
"nvim-lspconfig": { "branch": "master", "commit": "f8474abbe3f0cf7cf2476331313b583207787148" },
|
||||||
|
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
|
||||||
|
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
|
||||||
|
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
||||||
|
"persistence.nvim": { "branch": "main", "commit": "166a79a55bfa7a4db3e26fc031b4d92af71d0b51" },
|
||||||
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
|
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
|
||||||
|
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
||||||
|
"tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" },
|
||||||
|
"trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" },
|
||||||
|
"ts-comments.nvim": { "branch": "main", "commit": "1bd9d0ba1d8b336c3db50692ffd0955fe1bb9f0c" },
|
||||||
|
"which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }
|
||||||
|
}
|
10
.config/nvim/lazyvim.json
Normal file
10
.config/nvim/lazyvim.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"extras": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"install_version": 8,
|
||||||
|
"news": {
|
||||||
|
"NEWS.md": "10960"
|
||||||
|
},
|
||||||
|
"version": 8
|
||||||
|
}
|
8
.config/nvim/lua/config/autocmds.lua
Normal file
8
.config/nvim/lua/config/autocmds.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
-- Autocmds are automatically loaded on the VeryLazy event
|
||||||
|
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||||
|
--
|
||||||
|
-- Add any additional autocmds here
|
||||||
|
-- with `vim.api.nvim_create_autocmd`
|
||||||
|
--
|
||||||
|
-- Or remove existing autocmds by their group name (which is prefixed with `lazyvim_` for the defaults)
|
||||||
|
-- e.g. vim.api.nvim_del_augroup_by_name("lazyvim_wrap_spell")
|
3
.config/nvim/lua/config/keymaps.lua
Normal file
3
.config/nvim/lua/config/keymaps.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
-- Keymaps are automatically loaded on the VeryLazy event
|
||||||
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||||
|
-- Add any additional keymaps here
|
53
.config/nvim/lua/config/lazy.lua
Normal file
53
.config/nvim/lua/config/lazy.lua
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
|
if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||||
|
local lazyrepo = "https://github.com/folke/lazy.nvim.git"
|
||||||
|
local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath })
|
||||||
|
if vim.v.shell_error ~= 0 then
|
||||||
|
vim.api.nvim_echo({
|
||||||
|
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
|
||||||
|
{ out, "WarningMsg" },
|
||||||
|
{ "\nPress any key to exit..." },
|
||||||
|
}, true, {})
|
||||||
|
vim.fn.getchar()
|
||||||
|
os.exit(1)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
|
require("lazy").setup({
|
||||||
|
spec = {
|
||||||
|
-- add LazyVim and import its plugins
|
||||||
|
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||||
|
-- import/override with your plugins
|
||||||
|
{ import = "plugins" },
|
||||||
|
},
|
||||||
|
defaults = {
|
||||||
|
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||||
|
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
|
||||||
|
lazy = false,
|
||||||
|
-- It's recommended to leave version=false for now, since a lot the plugin that support versioning,
|
||||||
|
-- have outdated releases, which may break your Neovim install.
|
||||||
|
version = false, -- always use the latest git commit
|
||||||
|
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||||
|
},
|
||||||
|
install = { colorscheme = { "tokyonight", "habamax" } },
|
||||||
|
checker = {
|
||||||
|
enabled = true, -- check for plugin updates periodically
|
||||||
|
notify = false, -- notify on update
|
||||||
|
}, -- automatically check for plugin updates
|
||||||
|
performance = {
|
||||||
|
rtp = {
|
||||||
|
-- disable some rtp plugins
|
||||||
|
disabled_plugins = {
|
||||||
|
"gzip",
|
||||||
|
-- "matchit",
|
||||||
|
-- "matchparen",
|
||||||
|
-- "netrwPlugin",
|
||||||
|
"tarPlugin",
|
||||||
|
"tohtml",
|
||||||
|
"tutor",
|
||||||
|
"zipPlugin",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
3
.config/nvim/lua/config/options.lua
Normal file
3
.config/nvim/lua/config/options.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
-- Options are automatically loaded before lazy.nvim startup
|
||||||
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
|
-- Add any additional options here
|
50
.config/nvim/lua/plugins/theme.lua
Normal file
50
.config/nvim/lua/plugins/theme.lua
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
return {
|
||||||
|
-- add gruvbox
|
||||||
|
{ "blazkowolf/gruber-darker.nvim" },
|
||||||
|
|
||||||
|
-- Configure LazyVim to load gruvbox
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "gruber-darker",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
-- add pyright to lspconfig
|
||||||
|
{
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
---@class PluginLspOpts
|
||||||
|
opts = {
|
||||||
|
---@type lspconfig.options
|
||||||
|
servers = {
|
||||||
|
-- pyright will be automatically installed with mason and loaded with lspconfig
|
||||||
|
pyright = {},
|
||||||
|
clangd = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
opts = {
|
||||||
|
ensure_installed = {
|
||||||
|
"bash",
|
||||||
|
"html",
|
||||||
|
"javascript",
|
||||||
|
"json",
|
||||||
|
"lua",
|
||||||
|
"markdown",
|
||||||
|
"markdown_inline",
|
||||||
|
"python",
|
||||||
|
"query",
|
||||||
|
"regex",
|
||||||
|
"tsx",
|
||||||
|
"typescript",
|
||||||
|
"vim",
|
||||||
|
"yaml",
|
||||||
|
"c",
|
||||||
|
"cpp",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
3
.config/nvim/stylua.toml
Normal file
3
.config/nvim/stylua.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
indent_type = "Spaces"
|
||||||
|
indent_width = 2
|
||||||
|
column_width = 120
|
59
.emacs
Normal file
59
.emacs
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
(package-initialize)
|
||||||
|
|
||||||
|
(setq custom-file "~/.emacs.custom.el")
|
||||||
|
(setq make-backup-files nil)
|
||||||
|
|
||||||
|
(load-file "~/.emacs.rc/rc.el")
|
||||||
|
|
||||||
|
(add-to-list 'default-frame-alist `(font . "Iosevka Nerd Font-20"))
|
||||||
|
|
||||||
|
(rc/require-theme 'gruber-darker)
|
||||||
|
|
||||||
|
(menu-bar-mode 0)
|
||||||
|
(tool-bar-mode 0)
|
||||||
|
(scroll-bar-mode 0)
|
||||||
|
(ido-mode 1)
|
||||||
|
(ido-everywhere 1)
|
||||||
|
(global-display-line-numbers-mode)
|
||||||
|
|
||||||
|
(add-to-list 'load-path "~/.emacs.local/")
|
||||||
|
|
||||||
|
(require 'simpc-mode)
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.[hc]\\(pp\\)?\\'" . simpc-mode))
|
||||||
|
|
||||||
|
(rc/require 'smex)
|
||||||
|
|
||||||
|
;;; Company
|
||||||
|
(rc/require 'company)
|
||||||
|
(require 'company)
|
||||||
|
|
||||||
|
(global-company-mode)
|
||||||
|
|
||||||
|
(global-set-key (kbd "M-x") 'smex)
|
||||||
|
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command)
|
||||||
|
|
||||||
|
;;; multiple cursors
|
||||||
|
(rc/require 'multiple-cursors)
|
||||||
|
|
||||||
|
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
|
||||||
|
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
|
||||||
|
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
|
||||||
|
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
|
||||||
|
(global-set-key (kbd "C-\"") 'mc/skip-to-next-like-this)
|
||||||
|
(global-set-key (kbd "C-:") 'mc/skip-to-previous-like-this)
|
||||||
|
|
||||||
|
(defun rc/duplicate-line ()
|
||||||
|
"Duplicate current line"
|
||||||
|
(interactive)
|
||||||
|
(let ((column (- (point) (point-at-bol)))
|
||||||
|
(line (let ((s (thing-at-point 'line t)))
|
||||||
|
(if s (string-remove-suffix "\n" s) ""))))
|
||||||
|
(move-end-of-line 1)
|
||||||
|
(newline)
|
||||||
|
(insert line)
|
||||||
|
(move-beginning-of-line 1)
|
||||||
|
(forward-char column)))
|
||||||
|
|
||||||
|
(global-set-key (kbd "C-,") 'rc/duplicate-line)
|
||||||
|
|
||||||
|
(load-file custom-file)
|
19
.emacs.custom.el
Normal file
19
.emacs.custom.el
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
(custom-set-variables
|
||||||
|
;; custom-set-variables was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(custom-enabled-themes '(gruber-darker))
|
||||||
|
'(custom-safe-themes
|
||||||
|
'("e13beeb34b932f309fb2c360a04a460821ca99fe58f69e65557d6c1b10ba18c7"
|
||||||
|
default))
|
||||||
|
'(display-line-numbers-type 'relative)
|
||||||
|
'(inhibit-startup-screen t)
|
||||||
|
'(package-selected-packages
|
||||||
|
'(company dash-functional gruber-darker-theme multiple-cursors smex)))
|
||||||
|
(custom-set-faces
|
||||||
|
;; custom-set-faces was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
)
|
133
.emacs.d/#ido.last#
Normal file
133
.emacs.d/#ido.last#
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
;;; -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
;; ----- ido-last-directory-list -----
|
||||||
|
(
|
||||||
|
("/usr/share/gnome-shell/" . "theme/")
|
||||||
|
("/usr/share/" . "gnome-shell/")
|
||||||
|
("/usr/" . "share/")
|
||||||
|
("/" . "usr/")
|
||||||
|
("/home/landam/.mozilla/firefox/32ail90g.default-esr/" . "chrome/")
|
||||||
|
("/home/landam/.mozilla/firefox/" . "32ail90g.default-esr/")
|
||||||
|
("/home/landam/.mozilla/" . "firefox/")
|
||||||
|
("/home/landam/dev/builds/protobuf-32.0/" . "cmake/")
|
||||||
|
("/home/landam/dev/builds/protobuf/" . "cmake/")
|
||||||
|
("/home/landam/dev/builds/AyuGramDesktop-5.16.4/" . "docs/")
|
||||||
|
("/home/landam/dev/builds/" . "protobuf-32.0/")
|
||||||
|
("/home/landam/dev/probe/rayedit/" . "assets/")
|
||||||
|
("/home/" . "landam/")
|
||||||
|
("/home/landam/opt/raylib/" . "include/")
|
||||||
|
("/home/landam/opt/" . "raylib/")
|
||||||
|
("/home/landam/" . "dev/")
|
||||||
|
("/home/landam/.config/" . "sway/")
|
||||||
|
("/home/landam/dev/probe/" . "swaystatus/")
|
||||||
|
("/home/landam/dev/" . "probe/")
|
||||||
|
)
|
||||||
|
|
||||||
|
;; ----- ido-work-directory-list -----
|
||||||
|
(
|
||||||
|
"/home/landam/dev/probe/swaystatus/"
|
||||||
|
"/usr/share/gnome-shell/theme/"
|
||||||
|
"/home/landam/opt/raylib/include/"
|
||||||
|
"/home/landam/"
|
||||||
|
"/home/landam/dev/probe/rayedit/src/"
|
||||||
|
"/home/landam/dev/probe/rayedit/assets/"
|
||||||
|
"/home/landam/dev/probe/rayedit/include/"
|
||||||
|
"/home/landam/dev/probe/rayedit/"
|
||||||
|
"/home/landam/.mozilla/firefox/32ail90g.default-esr/chrome/"
|
||||||
|
"/home/landam/.config/sway/"
|
||||||
|
"/home/landam/dev/builds/protobuf-32.0/cmake/"
|
||||||
|
"/home/landam/dev/builds/protobuf/cmake/"
|
||||||
|
"/home/landam/dev/builds/AyuGramDesktop-5.16.4/docs/"
|
||||||
|
"/home/landam/.swaylock/"
|
||||||
|
"/home/landam/dev/probe/musializer/"
|
||||||
|
)
|
||||||
|
|
||||||
|
;; ----- ido-work-file-list -----
|
||||||
|
(
|
||||||
|
"swaystatus.c"
|
||||||
|
"gdm3.css"
|
||||||
|
"raymath.h"
|
||||||
|
".emacs.custom.el"
|
||||||
|
"player.c"
|
||||||
|
".emacs"
|
||||||
|
"SpiderIdleUp1_1.png"
|
||||||
|
"player.png"
|
||||||
|
"raylib.h"
|
||||||
|
"player.h"
|
||||||
|
)
|
||||||
|
|
||||||
|
;; ----- ido-dir-file-cache -----
|
||||||
|
(
|
||||||
|
("/usr/share/gnome-shell/theme/" (26817 38139 422172 563000) "../" "./")
|
||||||
|
|
||||||
|
("/usr/share/gnome-shell/" (26817 38139 422172 563000) "../" "Gvc-1.0.gir" "modes/" "search-providers/" "org.gnome.Shell.Notifications.src.gresource" "org.gnome.Extensions.src.gresource" "perf-background.xml" "org.gnome.ScreenSaver" "org.gnome.ScreenSaver.src.gresource" "org.gnome.Shell.Screencast" "gnome-shell-osk-layouts.gresource" "Shell-16.gir" "gnome-shell-theme.gresource" "gnome-shell-dbus-interfaces.gresource" "gir-1.0/" "./" "org.gnome.Shell.Extensions" "theme/" "org.gnome.Extensions.data.gresource" "org.gnome.Shell.Notifications" "St-16.gir" "org.gnome.Shell.Extensions.src.gresource" "gnome-shell-icons.gresource" "org.gnome.Extensions" "org.gnome.Shell.Screencast.src.gresource")
|
||||||
|
|
||||||
|
("/usr/share/gnome-shell/gir-1.0/" (26813 51067 28729 882000) "../" "Shew-0.gir" "./")
|
||||||
|
|
||||||
|
("/usr/share/" (26816 26143 424011 432000) "rygel/" "tabset/" "nautilus/" "guile/" "ssl-cert/" "debianutils/" "libc-bin/" "gdm/" "python-apt/" "sgml-base/" "gcc/" "libgcrypt20/" "perl/" "org.gnome.Music/" "gtk-4.0/" "speech-dispatcher/" "gdal/" "qt6/" "i18n/" "drirc.d/" "intltool/" "desktop-directories/" "liblouis/" "gnome-tweaks/" "xml-core/" "dns/" "org.gnome.SoundRecorder/" "m17n/" "openal/" "libdrm/" "localsearch3/" "build-essential/" "rsync/" "gdcm-3.0/" "kritaplugins/" "keyrings/" "qlogging-categories5/" "dpkg/" "autoconf/" "debhelper/" "doc-base/" "nvim/" "mesa-demos/" "vim/" "automake-1.17/" "krita/" "man/" "mysql-common/" "menu/" "wireplumber/" "liblangtag/" "zsh/" "yelp/" "kf5/" "appstream/" "ca-certificates/" "alsa/" "binfmts/" "util-linux/" "btop/" "numpy3/" "locale/" "mime/" "apparmor-features/" "reportbug/" "aspell/" "libinput/" "debconf/" "defaults/" "orca/" "wayland/" "python3/" "iptables/" "lua/" "sushi/" "ImageMagick-7/" "PackageKit/" "help/" "waybar/" "unity/" "hunspell/" "initramfs-tools/" "sounds/" "gdb/" "ibus/" "iso-codes/" "themes/" "tlp/" "pixmaps/" "groff/" "misc/" "gnome-session/" "readline/" "im-config/" "libexttextcat/" "installed-tests/" "mobile-broadband-provider-info/" "applications/" "color/" "nvidia/" "libcamera/" "avahi/" "grilo-plugins/" "gitweb/" "qt5/" "pocketsphinx/" "osinfo/" "GConf/" "evolution-data-server/" "grub/" "distro-info/" "images/" "mypaint/" "vlc/" "systemd/" "gnome-browser-connector/" "plymouth/" "djvu/" "gnome-control-center/" "fonts-droid-fallback/" "nano/" "gnome-remote-desktop/" "vala/" "doc/" "dnsmasq-base/" "vulkan/" "pam/" "emacsen-common/" "file-roller/" "console-setup/" "usb_modeswitch/" "sgml/" "dconf/" "mythes/" "icu/" "xdg-terminals/" "lightdm/" "gnome-shell/" "X11/" "Thunar/" "installation-report/" "libtool/" "common-licenses/" "evolution/" "gnome-settings-daemon/" "dictionaries-common/" "metainfo/" "mozilla/" "gir-1.0/" "bash-completion/" "gnome-user-share/" "terminfo/" "gettext/" "gtk-3.0/" "libwacom/" "consoletrans/" "gupnp-av/" "base-files/" "bug/" "aclocal-1.17/" "gnupg/" "gvfs/" "p11-kit/" "color-schemes/" "mypaint-data/" "mlt-7/" "thumbnailers/" "enchant-2/" "libnumbertext/" "pkgconfig/" "gettext-0.23.1/" "zoneinfo/" "gnome-bluetooth-3.0/" "liblouisutdml/" "consolefonts/" "tasksel/" "base-passwd/" "solid/" "emacs/" "gobject-introspection-1.0/" "fwupd/" "wallpapers/" "gtksourceview-4/" "glade/" "xfce4/" "xsessions/" "cups/" "swcatalog/" "publicsuffix/" "plasma/" "pam-configs/" "openssh/" "perl-openssl-defaults/" "libaudio2/" "polkit-1/" "proj/" "snmp/" "cmake/" "python-wheels/" "libthai/" "meson/" "ppd/" "fish/" "gtk-doc/" "accountsservice/" "wayland-protocols/" "runit/" "ghostscript/" "fonts/" "spa-0.2/" "sgml-data/" "icons/" "system-config-printer/" "libreoffice/" "poppler/" "alsa-card-profile/" "shim/" "hyphen/" "gst-plugins-base/" "yelp-xsl/" "xdg-desktop-portal/" "iproute2/" "hunspell-bdic/" "file/" "ModemManager/" "lintian/" "ispell/" "xgreeters/" "evince/" "libgweather-4/" "gnome-background-properties/" "ucf/" "glib-2.0/" "tesseract-ocr/" "gstreamer-1.0/" "apport/" "git-core/" "ipp-usb/" "user-session-migration/" "apt/" "swig/" "desktop-base/" "ppp/" "cmake-3.31/" "os-prober/" "info/" "wayland-sessions/" "pipewire/" "maven-repo/" "aclocal/" "libmysofa/" "obs/" "nodejs/" "xml/" "colord/" "gnome/" "libffado2/" "luajit-2.1/" "dbus-1/" "perl5/" "dict/" "javascript/" "ladspa/" "glvnd/" "seahorse/" "dhcpcd/" "fontconfig/" "java/" "firefox-esr/" "gupnp-dlna-2.0/" "../" "./")
|
||||||
|
|
||||||
|
("/usr/" (26803 22418 721665 543000) "../" "share/" "src/" "include/" "games/" "lib/" "./" "local/" "sbin/" "bin/" "lib64/" "libexec/")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/rayedit/" (26816 33128 555583 107000) "3d.c" "nob.c" "include/" "rayedit" "assets/" "nob" "main" "src/" "nob.h" "main.c" "./" "3dgame" "../" "2d.c" "2dgame")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/rayedit/include/" (26816 30574 511140 421000) "rcamera.h" "player.h" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/rayedit/assets/" (26816 33192 892231 138000) "character.png" "player.png" "spider.png" "./" "../" "partycles.wav")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/rayedit/src/" (26816 33041 294705 739000) "player.c" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/opt/raylib/include/" (26816 32756 135855 509000) "raymath.h" "./" "../" "rlgl.h" "raylib.h")
|
||||||
|
|
||||||
|
("/home/landam/opt/" (26812 16757 823933 499000) "raylib/" "libmypaint/" "weylus/" "./" "../" "mypaint/")
|
||||||
|
|
||||||
|
("/home/landam/.mozilla/firefox/32ail90g.default-esr/" (26813 50276 260574 663000) "extension-store-menus/" "storage-sync-v2.sqlite-wal" "key4.db" "browser-extension-data/" "bounce-tracking-protection.sqlite" "formhistory.sqlite" "logins-backup.json" "bookmarkbackups/" "permissions.sqlite" "extension-store/" "webappsstore.sqlite" "storage-sync-v2.sqlite" "addons.json" "addonStartup.json.lz4" "serviceworker.txt" "extensions.json" "containers.json" "logins.json" "extension-preferences.json" "gmp-gmpopenh264/" "broadcast-listeners.json" ".parentlock" "chrome/" "AlternateServices.bin" "places.sqlite-wal" "content-prefs.sqlite" "favicons.sqlite" "cert9.db" "cookies.sqlite" "sessionCheckpoints.json" "xulstore.json" "times.json" "handlers.json" "settings/" "favicons.sqlite-wal" "places.sqlite" "datareporting/" "protections.sqlite" "minidumps/" "security_state/" "prefs.js" "SiteSecurityServiceState.bin" "saved-telemetry-pings/" "./" "crashes/" "../" "pkcs11.txt" "cookies.sqlite-wal" "compatibility.ini" "storage.sqlite" "lock" "storage/" "extensions/" "sessionstore-backups/" "storage-sync-v2.sqlite-shm" "webappsstore.sqlite-wal" "search.json.mozlz4" "ExperimentStoreData.json" "shield-preference-experiments.json")
|
||||||
|
|
||||||
|
("/home/landam/.mozilla/firefox/32ail90g.default-esr/chrome/" (26813 50126 599452 900000) "./" "../" "userContent.css")
|
||||||
|
|
||||||
|
("/home/landam/.mozilla/firefox/" (26813 48667 195290 723000) "v43o24fd.default/" "32ail90g.default-esr/" "Pending Pings/" "profiles.ini" "./" "../" "Crash Reports/" "installs.ini")
|
||||||
|
|
||||||
|
("/home/landam/.mozilla/" (26803 26669 282071 437000) "firefox/" "./" "../" "extensions/")
|
||||||
|
|
||||||
|
("/home/" (26812 7839 999695 672000) "docker-data/" "landam/" "lost+found/" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/" (26813 17747 821167 879000) ".xsession" "dev/" ".bash_logout" ".emacs" "opt/" "Desktop/" "Templates/" ".emacs.local/" "Music/" ".bashrc" "Pictures/" ".profile" "Documents/" ".wget-hsts" ".emacs.custom.el" ".dmrc" ".docker/" "Downloads/" ".xsession-errors" "./" "../" ".emacs~" ".ssh/" "Public/" ".emacs.custom.el~" ".fltk/" "Videos/" ".sudo_as_admin_successful" ".config/" ".gnupg/" ".bash_history" ".emacs.d/" ".emacs.rc/" ".local/" ".cache/" ".swaylock/" ".mozilla/")
|
||||||
|
|
||||||
|
("/home/landam/.config/sway/" (26812 10516 145935 103000) "config" "config~" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/.config/" (26812 14673 549087 978000) "kitty/" "libreoffice/" "neofetch/" "alacritty/" "sway/" ".gsd-keyboard.settings-ported" "evolution/" "monitors.xml" "Thunar/" "goa-1.0/" "user-dirs.locale" "user-dirs.dirs" "weylus/" "monitors.xml~" "dconf/" "./" "../" "nautilus/" "pulse/" "gtk-3.0/" "nvim/" "ibus/" "xfce4/" "gnome-session/" "obs-studio/" "btop/" "mimeapps.list")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/swaystatus/" (26812 11042 116928 579000) "nob.c" "swaystatus" "swaystatus.c" "nob" "nob.h" "./" "../" "nob.old")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/protobuf-32.0/cmake/" (26782 3274 0 0) "abseil-cpp.cmake" "README.md" "protobuf.pc.cmake" "conformance.cmake" "installed_lib_shared_golden.txt" "protobuf-config-version.cmake.in" "dependencies.cmake" "gtest.cmake" "protobuf-lite.pc.cmake" "version.rc.in" "install.cmake" "protobuf-generate.cmake" "upb.pc.cmake" "protobuf-configure-target.cmake" "protoc.cmake" "examples.cmake" "libprotobuf-lite.cmake" "libprotobuf.cmake" "protobuf-module.cmake.in" "tests.cmake" "upb_generators.cmake" "protobuf-options.cmake" "./" "dependencies_generator.py" "../" "utf8_range.cmake" "installed_include_golden.txt" "installed_lib_static_golden.txt" "BUILD.bazel" "libupb.cmake" "libprotoc.cmake" "installed_bin_golden.txt" "protobuf-config.cmake.in")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/protobuf-32.0/" (26782 3274 0 0) "WORKSPACE.bzlmod" "maven_dev_install.json" "README.md" "appveyor.bat" "version.json" ".bcr/" "pkg/" "SECURITY.md" "generate_descriptor_proto.sh" "toolchain/" "bazel/" "ruby/" ".bazelignore" "upb/" "protobuf_deps.bzl" "python/" "Cargo.bazel.lock" "LICENSE" "patches/" "docs/" "conformance/" "protobuf_version.bzl" ".gitmodules" ".bazeliskrc" ".readthedocs.yml" "PrivacyInfo.xcprivacy" "CONTRIBUTING.md" "examples/" "rust/" "Cargo.lock" "benchmarks/" "go/" "lua/" "src/" "build_defs/" "protobuf_release.bzl" "global.json" "protobuf.bzl" "CMakeLists.txt" "Disable_bundle_install.patch" "Protobuf.podspec" "editors/" "upb_generator/" "appveyor.yml" "php/" "editions/" "./" "fix_permissions.sh" ".bazelci/" "../" "hpb/" ".github/" ".clang-format" "MODULE.bazel" "WORKSPACE" "regenerate_stale_files.sh" "ci/" "maven_install.json" ".bazelrc" "CODE_OF_CONDUCT.md" ".gitignore" "java/" "BUILD.bazel" "csharp/" "hpb_generator/" "objectivec/" "google3_export_generated_files.sh" "CONTRIBUTORS.txt" "cmake/" "compatibility/" "Neverlink_jruby_jars.patch" "third_party/")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/" (26809 28044 533852 202000) "raylib-5.5_linux_amd64.tar.gz" "raylib-5.5_linux_amd64/" "AyuGramDesktop/" "weylus-build/" "AyuGramDesktop-5.16.4/" "./" "../" "ayugram-5.16.4.tar" "protobuf-32.0/" "protobuf_v32.0.tar.gz" "weylus.zip")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/protobuf/cmake/" (26809 27933 598371 467000) "abseil-cpp.cmake" "README.md" "protobuf.pc.cmake" "conformance.cmake" "installed_lib_shared_golden.txt" "protobuf-config-version.cmake.in" "dependencies.cmake" "gtest.cmake" "protobuf-lite.pc.cmake" "version.rc.in" "install.cmake" "protobuf-generate.cmake" "upb.pc.cmake" "protobuf-configure-target.cmake" "protoc.cmake" "examples.cmake" "libprotobuf-lite.cmake" "libprotobuf.cmake" "protobuf-module.cmake.in" "tests.cmake" "upb_generators.cmake" "protobuf-options.cmake" "./" "dependencies_generator.py" "../" "utf8_range.cmake" "installed_include_golden.txt" "installed_lib_static_golden.txt" "BUILD.bazel" "libupb.cmake" "libprotoc.cmake" "installed_bin_golden.txt" "protobuf-config.cmake.in")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/protobuf/" (26809 27934 338347 982000) "WORKSPACE.bzlmod" "maven_dev_install.json" "README.md" "appveyor.bat" "version.json" ".bcr/" "pkg/" "SECURITY.md" "generate_descriptor_proto.sh" "toolchain/" "bazel/" "ruby/" ".bazelignore" "upb/" "protobuf_deps.bzl" "python/" "Cargo.bazel.lock" "LICENSE" "patches/" "docs/" "conformance/" "protobuf_version.bzl" ".gitmodules" ".bazeliskrc" ".readthedocs.yml" "PrivacyInfo.xcprivacy" "CONTRIBUTING.md" "examples/" "rust/" "Cargo.lock" "benchmarks/" "go/" "lua/" "src/" "build_defs/" "protobuf_release.bzl" "global.json" "protobuf.bzl" "CMakeLists.txt" "Disable_bundle_install.patch" "Protobuf.podspec" "editors/" "upb_generator/" "appveyor.yml" "php/" "editions/" "./" "fix_permissions.sh" ".bazelci/" "../" "hpb/" ".github/" ".clang-format" "MODULE.bazel" "WORKSPACE" "regenerate_stale_files.sh" "ci/" "maven_install.json" ".bazelrc" "CODE_OF_CONDUCT.md" ".gitignore" "java/" "BUILD.bazel" "csharp/" "hpb_generator/" ".git/" "objectivec/" "google3_export_generated_files.sh" "CONTRIBUTORS.txt" "cmake/" "compatibility/" "Neverlink_jruby_jars.patch" "third_party/")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/AyuGramDesktop-5.16.4/docs/" (26742 51495 0 0) "assets/" "building-mac.md" "./" "../" "api_credentials.md" "building-linux.md" "building-win-x64.md")
|
||||||
|
|
||||||
|
("/home/landam/dev/builds/AyuGramDesktop-5.16.4/" (26742 51495 0 0) "README.md" "Telegram/" ".gitattributes" "LICENSE" "docs/" ".gitmodules" ".cursorignore" "CMakeLists.txt" "README-RU.md" "./" "changelog.txt" "../" ".devcontainer.json" ".github/" ".clang-format" ".gitignore" "lib/" "cmake/" ".cursor/" "LEGAL")
|
||||||
|
|
||||||
|
("/home/landam/Desktop/" (26803 27564 343519 844000) "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/.swaylock/" (26808 10746 188821 823000) "config" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/opt/raylib/" (26808 1654 645265 571000) "README.md" "include/" "LICENSE" "CHANGELOG" "./" "../" "lib/")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/musializer/" (26804 29995 839346 335000) "nob.c~" "nob.c" "nob" "nob.h" "main.c" "./" "../" "musializer")
|
||||||
|
|
||||||
|
("/home/landam/dev/probe/" (26808 1766 839057 444000) "swaystatus/" "rayedit/" "main.c" "./" "../" "musializer/")
|
||||||
|
|
||||||
|
("/home/landam/dev/" (26808 1422 964128 511000) "neofetch-7.1.0/" "probe/" "7.1.0.tar.gz" "builds/" "fonts/" "./" "../")
|
||||||
|
|
||||||
|
("/home/landam/Pictures/" (26807 65469 725827 867000) "20250831_06h39m16s_grim.png" "./" "../" "wallpaper/" "20250831_06h39m20s_grim.png")
|
||||||
|
|
||||||
|
("/home/landam/Pictures/wallpaper/" (26807 65509 257775 377000) "./" "../" "macos-blue-waves.jpg")
|
||||||
|
)
|
||||||
|
|
||||||
|
;; ----- ido-unc-hosts-cache -----
|
||||||
|
t
|
4
.emacs.d/auto-save-list/.saves-24866-adl~
Normal file
4
.emacs.d/auto-save-list/.saves-24866-adl~
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/home/landam/dev/probe/swaystatus/swaystatus.c
|
||||||
|
/home/landam/dev/probe/swaystatus/#swaystatus.c#
|
||||||
|
/home/landam/.emacs.d/ido.last
|
||||||
|
/home/landam/.emacs.d/#ido.last#
|
BIN
.emacs.d/eln-cache/30.1-c7a97098/advice-791b3e89-62679a0a.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/advice-791b3e89-62679a0a.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/ansi-color-75eac800-69a164e1.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/ansi-color-75eac800-69a164e1.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/ansi-osc-b447f6a8-a07e9abc.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/ansi-osc-b447f6a8-a07e9abc.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/arc-mode-bac5621c-b1eee24e.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/arc-mode-bac5621c-b1eee24e.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/auth-source-49df7eef-a00fd184.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/auth-source-49df7eef-a00fd184.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/backtrace-f58a28c5-a0d01be8.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/backtrace-f58a28c5-a0d01be8.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/browse-url-87f72988-dd4ef4b2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/browse-url-87f72988-dd4ef4b2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-extra-d7051cba-c54374f3.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-extra-d7051cba-c54374f3.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-lib-8b938900-ce2381d5.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-lib-8b938900-ce2381d5.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-macs-7ae82f81-a5f8a1c4.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-macs-7ae82f81-a5f8a1c4.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-print-79bf9fb1-14d0e7d5.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-print-79bf9fb1-14d0e7d5.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-seq-f464c4e2-fe43febc.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cl-seq-f464c4e2-fe43febc.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/color-9d7980a5-08f69fd8.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/color-9d7980a5-08f69fd8.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/comint-faef15ad-2d94c0d2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/comint-faef15ad-2d94c0d2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-16b1cb47-c9fd6ac5.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-16b1cb47-c9fd6ac5.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-bbdb-0e312333-91c0dccf.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-bbdb-0e312333-91c0dccf.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-capf-5b8529f4-2ee3e291.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-capf-5b8529f4-2ee3e291.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-clang-d2a09fd5-bc88454d.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-clang-d2a09fd5-bc88454d.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-cmake-c05d1d3c-a6ca4a59.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-cmake-c05d1d3c-a6ca4a59.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-dabbrev-68aca90a-965725b3.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-dabbrev-68aca90a-965725b3.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-dabbrev-code-558bd504-84f0a727.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-dabbrev-code-558bd504-84f0a727.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-etags-d44f726f-b9e58efb.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-etags-d44f726f-b9e58efb.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-etags-e89ce73e-b9e58efb.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-etags-e89ce73e-b9e58efb.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-files-8d085900-7605000f.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-files-8d085900-7605000f.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-gtags-b6c759a5-db3f0de4.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-gtags-b6c759a5-db3f0de4.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-keywords-4c6c9c20-0a7ba751.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-keywords-4c6c9c20-0a7ba751.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-keywords-ab07e06e-0a7ba751.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-keywords-ab07e06e-0a7ba751.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-oddmuse-b8912f75-6731a06a.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-oddmuse-b8912f75-6731a06a.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-oddmuse-ec95cd86-6731a06a.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-oddmuse-ec95cd86-6731a06a.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-semantic-8d5db9a2-13ae21a9.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-semantic-8d5db9a2-13ae21a9.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-template-c1c03643-18d25400.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/company-template-c1c03643-18d25400.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/compile-91e1c2a0-df231367.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/compile-91e1c2a0-df231367.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/conf-mode-547edb00-1ca93520.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/conf-mode-547edb00-1ca93520.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/css-mode-d9896b30-5a2dfcec.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/css-mode-d9896b30-5a2dfcec.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/cus-edit-3cd01345-4e20ca03.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/cus-edit-3cd01345-4e20ca03.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/dash-6227a234-666e3c2d.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/dash-6227a234-666e3c2d.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/debian-ispell-6348c193-42d7ef55.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/debian-ispell-6348c193-42d7ef55.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/debian-startup-709b84bb-4c03bafe.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/debian-startup-709b84bb-4c03bafe.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/debug-bee52b4d-5248d3a8.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/debug-bee52b4d-5248d3a8.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/derived-381801a7-a46f6550.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/derived-381801a7-a46f6550.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/diff-mode-ac82991e-b09bd59e.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/diff-mode-ac82991e-b09bd59e.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/dired-6a3ae2bc-2cc32531.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/dired-6a3ae2bc-2cc32531.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/dired-aux-1ff8c91a-aec4661b.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/dired-aux-1ff8c91a-aec4661b.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/display-line-numbers-1d060f2e-157d648a.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/display-line-numbers-1d060f2e-157d648a.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/dom-a7939831-a2ce745a.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/dom-a7939831-a2ce745a.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/easy-mmode-5bf0223e-1a47c43e.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/easy-mmode-5bf0223e-1a47c43e.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/eieio-0db8d1d4-f20cf9a2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/eieio-0db8d1d4-f20cf9a2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/eieio-core-63c05904-1fd5baf9.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/eieio-core-63c05904-1fd5baf9.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/epa-bdd8ea1c-4fb1ad0d.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/epa-bdd8ea1c-4fb1ad0d.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/epg-config-78240760-58f68458.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/epg-config-78240760-58f68458.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/epg-de089247-5a5e585c.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/epg-de089247-5a5e585c.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/etags-fc6f38d6-38625396.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/etags-fc6f38d6-38625396.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/eww-08abb1e7-0c792faf.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/eww-08abb1e7-0c792faf.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/executable-21d46f43-48d2c56b.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/executable-21d46f43-48d2c56b.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/exif-0bb59082-9a846c17.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/exif-0bb59082-9a846c17.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/face-remap-9d6c47ed-bb3d18e3.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/face-remap-9d6c47ed-bb3d18e3.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/facemenu-cceb809d-becf6ea9.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/facemenu-cceb809d-becf6ea9.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/fileloop-f8cb1238-5da2bc8d.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/fileloop-f8cb1238-5da2bc8d.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/files-x-59c65c89-ec3a94e5.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/files-x-59c65c89-ec3a94e5.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/find-func-64af57a4-c39b4db2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/find-func-64af57a4-c39b4db2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/format-spec-644c0068-879adf97.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/format-spec-644c0068-879adf97.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/generate-lisp-file-20e31f41-b2efe7f2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/generate-lisp-file-20e31f41-b2efe7f2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/generator-184aa77f-40d8b183.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/generator-184aa77f-40d8b183.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/gmm-utils-3a9b481d-fa19e3ba.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/gmm-utils-3a9b481d-fa19e3ba.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnus-a56b3481-780078bd.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnus-a56b3481-780078bd.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnus-util-b645aa9c-063a682c.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnus-util-b645aa9c-063a682c.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnutls-5b82d5da-efea630c.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/gnutls-5b82d5da-efea630c.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/gv-e0cf7478-8a590e65.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/gv-e0cf7478-8a590e65.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-fns-d233c6e8-f0fbcc24.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-fns-d233c6e8-f0fbcc24.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-macro-b11d1ebc-a06e9ffa.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-macro-b11d1ebc-a06e9ffa.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-mode-d4dbae3d-8909fddb.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/help-mode-d4dbae3d-8909fddb.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/icons-eafe82eb-dd07e367.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/icons-eafe82eb-dd07e367.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/ido-ccb260dc-d7c8a438.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/ido-ccb260dc-d7c8a438.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/ietf-drums-23d9ecfe-8b55dce2.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/ietf-drums-23d9ecfe-8b55dce2.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/image-mode-f854d2db-68efa224.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/image-mode-f854d2db-68efa224.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/imenu-a6693d03-ad631214.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/imenu-a6693d03-ad631214.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/info-ce12c0ca-3c4e5a3c.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/info-ce12c0ca-3c4e5a3c.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/ispell-4457395a-3ee19037.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/ispell-4457395a-3ee19037.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/json-a90a1eab-ae8d23c1.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/json-a90a1eab-ae8d23c1.eln
Executable file
Binary file not shown.
BIN
.emacs.d/eln-cache/30.1-c7a97098/kinsoku-dd85875c-e010cef0.eln
Executable file
BIN
.emacs.d/eln-cache/30.1-c7a97098/kinsoku-dd85875c-e010cef0.eln
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user